npm_provenance
Retrieve Sigstore attestations for a specific npm package version to view SLSA provenance, including the CI system, repository, and commit that built it.
Instructions
Retrieve Sigstore attestations for a specific package version. Shows SLSA provenance (which CI built it, from which repo/commit) and publish attestations. NOTE: this tool RETRIEVES attestations from the registry -- it does NOT perform cryptographic signature, certificate-chain, or Rekor transparency-log verification. Use a dedicated Sigstore client to cryptographically verify the bundles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name (e.g. '@anthropic-ai/sdk') | |
| version | Yes | Exact semver version (e.g. '1.0.0') |