Spaces:
Running
Running
docs(slsa): sync Space card with GitHub README (SLSA L1 honest; L2 roadmap, not yet claimed)
Browse filesAutomated README sync from szl-holdings/a11oy main via hf-sync.
Signed-off-by: Yachay <yachay@szlholdings.ai>
Co-Authored-By: Perplexity Computer Agent <agent@perplexity.ai>
README.md
CHANGED
|
@@ -7,33 +7,18 @@ sdk: docker
|
|
| 7 |
app_port: 7860
|
| 8 |
pinned: true
|
| 9 |
license: apache-2.0
|
| 10 |
-
short_description: "a11oy —
|
| 11 |
tags:
|
| 12 |
- governance
|
| 13 |
- agentic-ai
|
| 14 |
- doctrine-v11
|
| 15 |
- a11oy
|
| 16 |
-
-
|
| 17 |
- apache-2.0
|
| 18 |
ecosystem-stage: "operational"
|
| 19 |
---
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
> **The signed-receipt substrate. Every AI decision leaves a DSSE Khipu receipt. `receipts.in ≡ receipts.out`.**
|
| 24 |
-
|
| 25 |
-
[](.compliance/SLSA_LEVEL.md)
|
| 26 |
-
[](https://search.sigstore.dev/?logIndex=1710578865)
|
| 27 |
-
[](https://github.com/szl-holdings/.github/tree/main/doctrine)
|
| 28 |
-
[](https://github.com/szl-holdings/a11oy/actions)
|
| 29 |
-
[](LICENSE)
|
| 30 |
-
|
| 31 |
-
**LOCKED kernel `c7c0ba17` · 749 declarations · 14 axioms · 163 sorries · Doctrine v11**
|
| 32 |
-
**Proof posture (two-tier):** 5 locked-proven `{F1, F11, F12, F18, F19}` + **~36 experimental** theorems CI-green on main `@7885fd9` (Lean v4.18.0 · 1304 decls / 22 axioms — NOT in the locked count).
|
| 33 |
-
|
| 34 |
-
[Live demo](#live) · [What it does](#what-it-does) · [Verify](#verify-it-yourself) · [Architecture](#architecture) · [Parity vs. leaders](#parity-vs-leaders) · [Honest status](#honest-status)
|
| 35 |
-
|
| 36 |
-
---
|
| 37 |
|
| 38 |
## Live
|
| 39 |
|
|
@@ -89,22 +74,16 @@ Key capabilities:
|
|
| 89 |
curl -s https://szlholdings-a11oy.hf.space/api/a11oy/v1/honest | jq .kernel_commit
|
| 90 |
# => "c7c0ba17"
|
| 91 |
|
| 92 |
-
# 2. Verify the cosign keyless signature on the published image (SLSA L1).
|
| 93 |
-
# GHCR verification shows a cosign-signed
|
| 94 |
-
#
|
| 95 |
-
#
|
| 96 |
cosign verify ghcr.io/szl-holdings/a11oy:uds-v0.2.0 \
|
| 97 |
--certificate-identity-regexp="^https://github.com/szl-holdings/" \
|
| 98 |
--certificate-oidc-issuer="https://token.actions.githubusercontent.com"
|
| 99 |
# Public Rekor entry for the image signature: log index 1710578865
|
| 100 |
|
| 101 |
-
# 3.
|
| 102 |
-
cosign verify-attestation --type slsaprovenance ghcr.io/szl-holdings/a11oy:uds-v0.2.0 \
|
| 103 |
-
--certificate-identity-regexp="https://github.com/szl-holdings/a11oy/" \
|
| 104 |
-
--certificate-oidc-issuer="https://token.actions.githubusercontent.com"
|
| 105 |
-
|
| 106 |
-
# 4. Deploy as part of the signed mesh bundle
|
| 107 |
-
# (service images are L2-attested; the bundle artifact itself is not yet attested)
|
| 108 |
uds-cli bundle deploy oci://ghcr.io/szl-holdings/szl-uds-bundle:uds-v0.2.0 --confirm
|
| 109 |
```
|
| 110 |
|
|
@@ -119,7 +98,7 @@ graph TD
|
|
| 119 |
A[Incoming action] --> PL[Policy layer\n/v1/policy/evaluate\ndeny-by-default]
|
| 120 |
PL --> KD[Khipu DAG\nDSSE P-256 signed\nSHA-256 hash-linked]
|
| 121 |
KD --> LDG[Ledger /v1/ledger\nreplayable, tamper-evident]
|
| 122 |
-
KD --> UDS[(GHCR\nSigned OCI\ncosign-signed · SLSA
|
| 123 |
KD --> REKOR[(Rekor transparency log\nindex 1710578865)]
|
| 124 |
```
|
| 125 |
|
|
@@ -131,7 +110,7 @@ graph TD
|
|
| 131 |
|---|---|---|---|
|
| 132 |
| Policy enforcement | ✅ | ✅ `/v1/policy/evaluate` | — |
|
| 133 |
| Audit trail | ✅ logs | ✅ **signed receipts** | Palantir logs are not individually verifiable cryptographic artifacts |
|
| 134 |
-
| Supply-chain provenance | — | ✅ **cosign-signed
|
| 135 |
| Formal math substrate | — | ✅ Lean 4 / 749 decl | Open, machine-checkable |
|
| 136 |
| Air-gap deployment | ✅ (proprietary) | ✅ **one UDS command** | Open-source, reproducible |
|
| 137 |
| Receipt multi-party witness | — | ✅ BFT quorum-capable | — |
|
|
@@ -151,9 +130,10 @@ docker run --rm -p 7860:7860 ghcr.io/szl-holdings/a11oy:uds-v0.2.0
|
|
| 151 |
| Claim | Status |
|
| 152 |
|---|---|
|
| 153 |
| Live HF Space (HTTP 200) | ✅ |
|
| 154 |
-
| SLSA Build L1
|
|
|
|
| 155 |
| cosign keyless signed | ✅ |
|
| 156 |
-
| UDS bundle (`szl-uds-bundle:uds-v0.2.0`) | ✅ Real, deployable mesh bundle
|
| 157 |
| DSSE Khipu receipts | ✅ — ECDSA P-256-SHA256 |
|
| 158 |
| Lean 749/14/163 @ `c7c0ba17` | ✅ |
|
| 159 |
| Locked-proven PURIQ formulas | ✅ Exactly **5** — F1, F11, F12, F18, F19 (Lean 4, depend on **no** axioms; machine-enforced `locked_count_five`). |
|
|
@@ -164,7 +144,7 @@ docker run --rm -p 7860:7860 ghcr.io/szl-holdings/a11oy:uds-v0.2.0
|
|
| 164 |
|
| 165 |
---
|
| 166 |
|
| 167 |
-
<sub>Doctrine v11 LOCKED · 749/14/163 · kernel `c7c0ba17` · SLSA L1
|
| 168 |
|
| 169 |
Signed-off-by: Stephen P. Lutar Jr. <stephenlutar2@gmail.com>
|
| 170 |
|
|
|
|
| 7 |
app_port: 7860
|
| 8 |
pinned: true
|
| 9 |
license: apache-2.0
|
| 10 |
+
short_description: "a11oy — policy + receipt substrate"
|
| 11 |
tags:
|
| 12 |
- governance
|
| 13 |
- agentic-ai
|
| 14 |
- doctrine-v11
|
| 15 |
- a11oy
|
| 16 |
+
- execution-fabric
|
| 17 |
- apache-2.0
|
| 18 |
ecosystem-stage: "operational"
|
| 19 |
---
|
| 20 |
+
<!-- HF Space front-matter is REQUIRED (sdk: docker). Injected by hf-sync
|
| 21 |
+
so the Space builds the Dockerfile. Do not remove. -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Live
|
| 24 |
|
|
|
|
| 74 |
curl -s https://szlholdings-a11oy.hf.space/api/a11oy/v1/honest | jq .kernel_commit
|
| 75 |
# => "c7c0ba17"
|
| 76 |
|
| 77 |
+
# 2. Verify the cosign keyless signature on the published image (SLSA Build L1, honest).
|
| 78 |
+
# GHCR verification shows a cosign keyless-signed, Rekor-anchored image.
|
| 79 |
+
# SLSA L2 (verified build-provenance attestation under isolated builders) is on
|
| 80 |
+
# the roadmap — see .compliance/SLSA_LEVEL.md. We do NOT claim L2-verified today.
|
| 81 |
cosign verify ghcr.io/szl-holdings/a11oy:uds-v0.2.0 \
|
| 82 |
--certificate-identity-regexp="^https://github.com/szl-holdings/" \
|
| 83 |
--certificate-oidc-issuer="https://token.actions.githubusercontent.com"
|
| 84 |
# Public Rekor entry for the image signature: log index 1710578865
|
| 85 |
|
| 86 |
+
# 3. Deploy as part of the signed mesh bundle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
uds-cli bundle deploy oci://ghcr.io/szl-holdings/szl-uds-bundle:uds-v0.2.0 --confirm
|
| 88 |
```
|
| 89 |
|
|
|
|
| 98 |
A[Incoming action] --> PL[Policy layer\n/v1/policy/evaluate\ndeny-by-default]
|
| 99 |
PL --> KD[Khipu DAG\nDSSE P-256 signed\nSHA-256 hash-linked]
|
| 100 |
KD --> LDG[Ledger /v1/ledger\nreplayable, tamper-evident]
|
| 101 |
+
KD --> UDS[(GHCR\nSigned OCI\ncosign keyless-signed · SLSA L1 honest)]
|
| 102 |
KD --> REKOR[(Rekor transparency log\nindex 1710578865)]
|
| 103 |
```
|
| 104 |
|
|
|
|
| 110 |
|---|---|---|---|
|
| 111 |
| Policy enforcement | ✅ | ✅ `/v1/policy/evaluate` | — |
|
| 112 |
| Audit trail | ✅ logs | ✅ **signed receipts** | Palantir logs are not individually verifiable cryptographic artifacts |
|
| 113 |
+
| Supply-chain provenance | — | ✅ **cosign keyless-signed, Rekor-anchored (SLSA Build L1, honest)** | `cosign verify` on every image; verifiable transparency-log entry. SLSA L2 verified-provenance is on the roadmap. |
|
| 114 |
| Formal math substrate | — | ✅ Lean 4 / 749 decl | Open, machine-checkable |
|
| 115 |
| Air-gap deployment | ✅ (proprietary) | ✅ **one UDS command** | Open-source, reproducible |
|
| 116 |
| Receipt multi-party witness | — | ✅ BFT quorum-capable | — |
|
|
|
|
| 130 |
| Claim | Status |
|
| 131 |
|---|---|
|
| 132 |
| Live HF Space (HTTP 200) | ✅ |
|
| 133 |
+
| SLSA Build **L1 (honest)** | ✅ — cosign keyless-signed image, verifiable via `cosign verify`; Rekor [1710578865](https://search.sigstore.dev/?logIndex=1710578865). See [.compliance/SLSA_LEVEL.md](.compliance/SLSA_LEVEL.md). |
|
| 134 |
+
| SLSA Build **L2** | 🛣️ **Roadmap** — verified build-provenance attestation under isolated builders. **Not claimed as achieved today.** |
|
| 135 |
| cosign keyless signed | ✅ |
|
| 136 |
+
| UDS bundle (`szl-uds-bundle:uds-v0.2.0`) | ✅ Real, deployable mesh bundle (cosign-signed, Rekor-anchored). |
|
| 137 |
| DSSE Khipu receipts | ✅ — ECDSA P-256-SHA256 |
|
| 138 |
| Lean 749/14/163 @ `c7c0ba17` | ✅ |
|
| 139 |
| Locked-proven PURIQ formulas | ✅ Exactly **5** — F1, F11, F12, F18, F19 (Lean 4, depend on **no** axioms; machine-enforced `locked_count_five`). |
|
|
|
|
| 144 |
|
| 145 |
---
|
| 146 |
|
| 147 |
+
<sub>Doctrine v11 LOCKED · 749/14/163 · kernel `c7c0ba17` · SLSA Build L1 honest (L2 roadmap; L3 / FedRAMP / Iron Bank / CMMC not claimed) · 5 locked-proven + experimental CI-green tier · Λ = Conjecture 1 · Apache-2.0 · DOI [10.5281/zenodo.20434276](https://doi.org/10.5281/zenodo.20434276)</sub>
|
| 148 |
|
| 149 |
Signed-off-by: Stephen P. Lutar Jr. <stephenlutar2@gmail.com>
|
| 150 |
|