Verification flow
Seven steps. Six run real cryptographic checks now. One scheduled
transition lands with v1.1.0: hardware attestation via NVIDIA
Confidential Compute. See inline notes for timing.
Six headline performance results
Each card maps a headline performance result to its verification record and source data. Per-card deep-links from the validation overview focus a single result here.
Run cosign yourself
The same hash chain check with off-the-shelf cosign. No
COSIMO software in the path. See the
full recipe
for the complete eight-step walkthrough.
$ curl -sLO https://github.com/COSIMOAI/validation/releases/latest/download/receipts.tar.gz
$ curl -sLO https://github.com/COSIMOAI/validation/releases/latest/download/receipts.sigstore.json
$ cosign verify-blob \
--bundle receipts.sigstore.json \
--certificate-identity-regexp '.*@cosimo\.ai$' \
--certificate-oidc-issuer https://accounts.google.com \
receipts.tar.gz
Verified OK
Need cosign? Install instructions →
Additional Layers of Verification.
You verified the test results. Move up the stack to verify on your data.