npm_attestations
Fetch full Sigstore attestation bundles for an npm package version to retrieve SLSA provenance and publish attestations.
Instructions
Fetch full Sigstore attestation bundles for an npm package version. Returns SLSA provenance and publish attestations when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | npm package name, e.g. 'express' or '@scope/pkg' | |
| version | Yes | Exact semver version, e.g. '4.18.2' |