Software supply chain
Provenance, not promises
Every artefact that runs in production is reproducible, signed, and accompanied by an SBOM and an in-toto attestation. If we cannot prove where a binary came from, it does not deploy.
SLSA level
L3
Verified by independent rebuild
Unsigned images
0
Cluster admission policy
Reproducible LTM
100%
Build digest matches on rebuild
OpenSSF Scorecard
≥ 8.0
Across all critical dependencies
Control register
| Control | Status |
|---|---|
| Per-release SBOM (CycloneDX 1.5) | Published for every release |
| Signed container images | Enforced at admission |
| Reproducible builds | SLSA level 3 |
| Build provenance (in-toto attestation) | Attached to every artefact |
| Dependency review | ≥ 8.0 across critical deps |
| Known-vuln gate | High/Critical: block merge |
| Maintainer 2FA + signed commits | Enforced org-wide |
| Internal registry | All deps proxied through mirror |
| Third-party penetration test | Annual + on major change |
Verifying yourselves
- Pull the SBOM for any release from /attestations.
- Verify the signature:
cosign verify --certificate-identity-regexp ‘.+admetricai.*’ ghcr.io/admetricai/<image>@<digest> - Verify the in-toto attestation matches the digest you pulled.
- Rebuild from the tag and confirm the digest matches; we publish the build instructions per release.
If any step fails, please notify security@admetricai.app — we treat reproducibility regressions as severity-1 incidents.