betterwithage Perplexity Computer Agent commited on
Commit
d4e6ccd
·
verified ·
1 Parent(s): 3aa1326

docs(slsa): sync Space card with GitHub README (SLSA L1 honest; L2 roadmap)

Browse files

Automated README sync from szl-holdings/amaru main via hf-sync.

Signed-off-by: Yachay <yachay@szlholdings.ai>
Co-Authored-By: Perplexity Computer Agent <agent@perplexity.ai>

Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -65,16 +65,17 @@ curl -s -X POST https://szlholdings-amaru.hf.space/api/amaru/khipu/verify \
65
  -H 'content-type: application/json' -d "{\"dsse\":$DSSE}" | jq '{verified, signatures}'
66
  # => {"verified": true, "signatures": [{"keyid":"szlholdings-cosign","verified":true}]}
67
 
68
- # 3. Verify SLSA Build L2 provenance
69
- gh attestation verify \
70
- oci://ghcr.io/szl-holdings/amaru@sha256:ad595555... \
71
- --repo szl-holdings/amaru
72
- # Attestation: https://github.com/szl-holdings/amaru/attestations/29917085
73
-
74
- # 4. Verify cosign keyless signature (Rekor index 1723784350)
75
  cosign verify ghcr.io/szl-holdings/amaru:uds-v0.2.0 \
76
  --certificate-identity-regexp="^https://github.com/szl-holdings/" \
77
  --certificate-oidc-issuer="https://token.actions.githubusercontent.com"
 
 
 
 
 
 
 
78
  ```
79
 
80
  **Full guide:** [developers/VERIFY.md](https://github.com/szl-holdings/developers/blob/main/VERIFY.md)
@@ -104,7 +105,7 @@ graph TD
104
  | Citation of sources | partial | ✅ **chunk-level provenance** | Every claim tied to a verifiable source chunk |
105
  | Refusal when no evidence | — | ✅ **explicit refusal** | Never fabricates; Palantir doesn't guarantee this |
106
  | Receipt per reasoning op | — | ✅ **COSE_Sign1 per op** | — |
107
- | Supply-chain provenance | — | ✅ **SLSA L2 verified** | |
108
  | Bias detection | ✅ (Credo AI) | ✅ parity endpoint | — |
109
 
110
  ---
@@ -124,7 +125,7 @@ docker run --rm -p 7860:7860 ghcr.io/szl-holdings/amaru:uds-v0.2.0
124
  | Claim | Status |
125
  |---|---|
126
  | Live HF Space (HTTP 200) | ✅ |
127
- | SLSA Build L2 verified | ✅ — attestation [29917085](https://github.com/szl-holdings/amaru/attestations/29917085); Rekor [1723784350](https://search.sigstore.dev/?logIndex=1723784350) |
128
  | cosign keyless signed | ✅ |
129
  | DSSE Khipu receipts | ✅ — ECDSA P-256-SHA256 when secret present; labelled UNSIGNED otherwise |
130
  | Cardano anchor | ⚠️ Demo-seeded; not on mainnet |
@@ -134,6 +135,6 @@ docker run --rm -p 7860:7860 ghcr.io/szl-holdings/amaru:uds-v0.2.0
134
 
135
  ---
136
 
137
- <sub>Doctrine v11 LOCKED · 749/14/163 · kernel `c7c0ba17` · SLSA L2 verified · Λ = Conjecture 1 · Apache-2.0</sub>
138
 
139
  Signed-off-by: stephenlutar2-hash <stephenlutar2@gmail.com>
 
65
  -H 'content-type: application/json' -d "{\"dsse\":$DSSE}" | jq '{verified, signatures}'
66
  # => {"verified": true, "signatures": [{"keyid":"szlholdings-cosign","verified":true}]}
67
 
68
+ # 3. Verify cosign keyless signature on the published image (SLSA L1 honest)
 
 
 
 
 
 
69
  cosign verify ghcr.io/szl-holdings/amaru:uds-v0.2.0 \
70
  --certificate-identity-regexp="^https://github.com/szl-holdings/" \
71
  --certificate-oidc-issuer="https://token.actions.githubusercontent.com"
72
+ # => Verified OK (Rekor index 1723784350)
73
+
74
+ # 4. SLSA L2 provenance attestation is roadmap (Wire D), not yet earned.
75
+ # Currently returns "no matching attestations":
76
+ # cosign verify-attestation --type slsaprovenance ghcr.io/szl-holdings/amaru:uds-v0.2.0 \
77
+ # --certificate-identity-regexp="^https://github.com/szl-holdings/" \
78
+ # --certificate-oidc-issuer="https://token.actions.githubusercontent.com"
79
  ```
80
 
81
  **Full guide:** [developers/VERIFY.md](https://github.com/szl-holdings/developers/blob/main/VERIFY.md)
 
105
  | Citation of sources | partial | ✅ **chunk-level provenance** | Every claim tied to a verifiable source chunk |
106
  | Refusal when no evidence | — | ✅ **explicit refusal** | Never fabricates; Palantir doesn't guarantee this |
107
  | Receipt per reasoning op | — | ✅ **COSE_Sign1 per op** | — |
108
+ | Supply-chain provenance | — | ✅ **cosign-signed (SLSA L1 honest; L2 roadmap)** | Individually verifiable via `cosign verify` |
109
  | Bias detection | ✅ (Credo AI) | ✅ parity endpoint | — |
110
 
111
  ---
 
125
  | Claim | Status |
126
  |---|---|
127
  | Live HF Space (HTTP 200) | ✅ |
128
+ | SLSA Build L1 honest (L2 roadmap via Wire D) | ✅ L1 cosign-signed, Rekor [1723784350](https://search.sigstore.dev/?logIndex=1723784350). L2 attestation not yet earned (`cosign verify-attestation` returns "no matching attestations"). |
129
  | cosign keyless signed | ✅ |
130
  | DSSE Khipu receipts | ✅ — ECDSA P-256-SHA256 when secret present; labelled UNSIGNED otherwise |
131
  | Cardano anchor | ⚠️ Demo-seeded; not on mainnet |
 
135
 
136
  ---
137
 
138
+ <sub>Doctrine v11 LOCKED · 749/14/163 · kernel `c7c0ba17` · SLSA L1 honest (L2 roadmap) · Λ = Conjecture 1 · Apache-2.0</sub>
139
 
140
  Signed-off-by: stephenlutar2-hash <stephenlutar2@gmail.com>