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

ControlStatus
Per-release SBOM (CycloneDX 1.5)Published for every release
Signed container imagesEnforced at admission
Reproducible buildsSLSA level 3
Build provenance (in-toto attestation)Attached to every artefact
Dependency review≥ 8.0 across critical deps
Known-vuln gateHigh/Critical: block merge
Maintainer 2FA + signed commitsEnforced org-wide
Internal registryAll deps proxied through mirror
Third-party penetration testAnnual + on major change

Verifying yourselves

  1. Pull the SBOM for any release from /attestations.
  2. Verify the signature: cosign verify --certificate-identity-regexp ‘.+admetricai.*’ ghcr.io/admetricai/<image>@<digest>
  3. Verify the in-toto attestation matches the digest you pulled.
  4. 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.