--- license: cc-by-4.0 language: - en pretty_name: SZL Holdings Data Lake tags: - agentic-ai - governance - provable-provenance - cosign - dsse - khipu - formal-verification - lean4 - slsa size_categories: - 100M **A public, signed, diligence-defensible corpus of governance provenance.** > Every governed action in the SZL substrate emits an ECDSA P-256 DSSE-signed **Khipu receipt** onto a hash-linked Merkle DAG. This dataset aggregates those receipts together with the formal-verification doctrine snapshots, the Zenodo paper record, SBOM pointers, and compliance attestations โ€” so a reviewer can verify the claims end-to-end. **Doctrine v11 LOCKED ยท 749 declarations / 14 unique axioms / 163 tracked sorries ยท ฮ› = Conjecture 1 (open, not a theorem).** --- ## What's inside ``` SZLHOLDINGS/szl-lake/ โ”œโ”€โ”€ README.md # this card โ”œโ”€โ”€ lake_index.json # master index โ€” every file + sha256 + receipt counts โ”œโ”€โ”€ khipu/ # live signed Khipu receipts, one parquet per organ โ”‚ โ”œโ”€โ”€ amaru_receipts.parquet # 14 real DSSE-signed tick receipts โ”‚ โ”œโ”€โ”€ sentra_receipts.parquet # 2 real signed verdict receipts โ”‚ โ”œโ”€โ”€ a11oy_receipts.parquet # live chain (currently empty โ€” honest) โ”‚ โ”œโ”€โ”€ rosie_receipts.parquet # live chain (currently empty โ€” honest) โ”‚ โ””โ”€โ”€ killinchu_receipts.parquet # live chain (endpoint not yet exposed โ€” honest) โ”œโ”€โ”€ papers/manifest.json # 8 papers + concept/umbrella/version DOIs (links to Zenodo; no PDF duplication) โ”œโ”€โ”€ trajectories/ # multi-turn agent sessions (schema published; seeding pending) โ”œโ”€โ”€ sboms/manifest.json # CycloneDX + SPDX pointers (CI artifacts, per repo) โ”œโ”€โ”€ doctrine/ # periodic 749/14/163 state snapshots + cosign fingerprints โ”œโ”€โ”€ attestations/ # Section 889 ยท SLSA L1 (honest) attestations โ””โ”€โ”€ keys/ # cosign P-256 public keys (org + 5 organs) + MANIFEST ``` ### Receipt schema (`khipu/*.parquet`) | column | meaning | |---|---| | `receipt_id` / `actual_hash` | SHA-256 of the committed receipt (Khipu chain node) | | `predicted_hash` | parent / predicted chain head (`receipts.in โ‰ก receipts.out`) | | `organ` ยท `kind` ยท `index` | emitting organ, receipt kind (tick/verdict), chain index | | `lambda` ยท `lambda_pass` | 13-axis geometric-mean ฮ› score and pass flag | | `lutar_anchor` | lutar-lean kernel SHA the runtime pins (`c7c0ba17`) | | `decl` ยท `axioms` ยท `sorries` | doctrine numbers carried in the receipt payload (749/14/163) | | `dsse_sig` ยท `dsse_keyid` ยท `dsse_pae_sha256` ยท `dsse_signed` | DSSE signature material (ECDSA-P256-SHA256) | | `verify_key_url` | where to fetch the cosign public key | > **No PII.** Receipts carry only hashes, axis scores, organ/kind, doctrine numbers, and timestamps. A PII scan (email/SSN/phone patterns) ran clean before publication. --- ## How to verify a receipt with cosign Each receipt is signed with an ECDSA P-256 key (`keyid: szlholdings-cosign`, or per-organ keys under `keys/`). ```bash curl -sL https://huggingface.co/datasets/SZLHOLDINGS/szl-lake/resolve/main/keys/org-cosign.pub -o cosign.pub cosign verify-blob --key cosign.pub --signature curl https://szlholdings-amaru.hf.space/khipu/pubkey?keyid=amaru-cosign ``` Per-organ fingerprints (SHA-256 of the public key) are pinned in `keys/MANIFEST.json` and `doctrine/v11_snapshot_20260602.json`. --- ## Read it ```python import pyarrow.parquet as pq t = pq.read_table("hf://datasets/SZLHOLDINGS/szl-lake/khipu/amaru_receipts.parquet") print(t.to_pandas().head()) ``` --- ## Honesty notes (diligence-defensible) - **`lake build` status:** the published `main` of `szl-holdings/lutar-lean` currently **fails to compile** at `Lutar/KhipuConsensus.lean` (`unknown identifier 'Vector'` under Mathlib v4.13.0; CI run 26786461244). The **runtime** organs nonetheless serve the locked `749/14/163` constant. The source-level count on `main` HEAD is `774 decl / 14 axioms / 161 noncomment sorries` because it includes additive experimental modules excluded from the locked v11 baseline. See `doctrine/v11_snapshot_20260602.json`. - **Empty chains are shown as empty.** Three organ chains have no receipts yet; their parquet files are valid but empty rather than padded with synthetic data. - **SBOMs & trajectories** are pointer manifests where the corpus has not yet been seeded โ€” the schemas are published so consumers can build against them today. --- ## Cite this ```bibtex @dataset{szl_holdings_data_lake, title = {SZL Holdings Data Lake}, author = {Lutar, Stephen Paul and {SZL Holdings}}, year = {2026}, publisher = {Hugging Face}, doi = {10.5281/zenodo.20434276}, note = {Concept DOI: 10.5281/zenodo.19944926. Doctrine v11 LOCKED 749/14/163.}, url = {https://huggingface.co/datasets/SZLHOLDINGS/szl-lake} } ``` --- ๐Ÿชข Khipu chain ยท Lean 4 (Mathlib v4.13.0) ยท Sigstore Rekor ยท CC-BY-4.0 ยท Concept DOI [10.5281/zenodo.19944926](https://doi.org/10.5281/zenodo.19944926) ยท Umbrella DOI [10.5281/zenodo.20434276](https://doi.org/10.5281/zenodo.20434276) ยท **Doctrine v11 LOCKED ยท 749 / 14 / 163 ยท ฮ› Conjecture 1 (open)** ยท Signed-off-by: Yachay (CTO) ยท Co-Authored-By: Perplexity Computer Agent