How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cosign

Apache-2.0

Signs and verifies containers, blobs and SBOMs with keyless signing backed by OIDC identity and a public transparency log — no long-lived signing key to manage or lose.

Sigstore

Specifications it implements

What this tool does to each specification, in the role vocabulary. Follow a standard through to standards.apievangelist.com for what it actually specifies.

StandardRoleWhat that means
Sigstore signs
also verifies
The entry point — keyless signing and verification of containers and blobs.
Using this from an agent
Interfaces
clilibraryci-action
Install
brew cosign
go github.com/sigstore/cosign/v2/cmd/cosign
Invoke
cosign verify <registry>/<image>:<tag> --certificate-identity <identity> --certificate-oidc-issuer <issuer>
Consumes
oci-image, filesystem, spdx
Emits
json, signature
Runtime
Needs network Non-deterministic Writes Needs credentials

Where it applies

Jobs this tool actually does, and the surface each one is exercised on.

Verify an artifact before consuming it, and know which identity actually signed it.
coding-agentci-pipeline

`verify` requires naming the expected identity and issuer. A verification that does not pin those checks only that SOMEBODY signed it — which is not a security property.

Sign a release from CI with no key material stored anywhere.
ci-pipeline
Attach an SBOM or attestation to an image and sign it in one step.
ci-pipeline
Website
https://github.com/sigstore/cosign
Repository
https://github.com/sigstore/cosign
License
Apache-2.0 — reported by the GitHub API, verified 2026-08-11
Stars
6200 · last commit 2026-08-11
Matching caveat
The name is an ordinary English word, so the job-corpus matcher cannot use it — sampled matches were "co-sign", which appears in lending and finance postings. The bare name is blocked in the matcher, so this count reflects only qualified matches. Real adoption needs another source.
Reading this as an agent? Don't scrape the page — this entry is published as structured data at /tools.json, against the tool.schema.json schema, using the roles.json vocabulary. Start at /llms.txt.
arrow_back All tools by adoption