Post-Quantum Portable Attestation.
An independently verifiable artifact that survives the originating system.
The v0.1 Portability Verifier release proved a third party could independently reproduce a SACRED state_id from an enterprise bundle. This release closes the loop: the issuer produces a signed tda_v1 attestation (the canonical Trustless Decision Attestation category). The attestation verifier confirms the attestation, the bundle, and the Portability Verifier binary all agree. No H33 contact at any step. "Portable Object → Independent Verifier → Independent Reproduction. You have that for bundles. Now you have it for attestations." — Eric, June 4 2026
Q0 — Who bears risk? Never H33. This release bears attestation accuracy + issuance determinism + verifier correctness.
Q0.5 — Who owns the decision? Always the owner. The attestation verifier surfaces structural verdicts. It never judges decisions.
Determinism — Eric LOCKED: identical bundle + decision set + verifier version + signing key → byte-identical canonical payload (excluding issued_at_ms + signatures). Tested in the harness; passes.
v0.1.0 release
The three-artifact loop, end to end
A third party needs three downloads. Each comes from a different surface; together they prove agreement without H33.
tda_v1 JSONRun the loop
chmod +x h33-verify-attestation-v0.1.0-aarch64-apple-darwin
chmod +x h33-independent-canonical-replay-v0.1.0-aarch64-apple-darwin
./h33-verify-attestation-v0.1.0-aarch64-apple-darwin \
--attestation sample-attestation-claim-84711.tda_v1.json \
--bundle tenant_insurance_claim_44962d9b-25f5-5622-bd9a-98d5580bb8a2_enterprise_bundle.tar.gz \
--verifier-binary h33-independent-canonical-replay-v0.1.0-aarch64-apple-darwin
- ✓ Issuer fingerprint internally consistent
- ✓ Canonical payload hash matches declared value
- ✓ All 3 PQ signatures verify (ML-DSA-65 · FALCON-512 · SLH-DSA-128f)
- ✓ Bundle hash anchor matches
- ✓ Portability Verifier binary hash anchor matches
- ✓ Each attested decision replays to its SACRED state_id
- → OVERALL: PASS ✓ — bundle + attestation + portability verifier all agree. No H33 contact required.
Honest v0.2 deferrals
- Multi-platform binaries (linux x86_64 · aarch64 · darwin x86_64)
- PQ-signed RELEASE artifacts (release signing key ceremony required)
- Byte-deterministic builds across machines (containerized toolchain)
- Production attestation-signing key ceremony (v0.1 uses dev keypair per
--signing-key-dir) - Attestation revocation registry
- Subscription / cadence infrastructure for periodic re-attestation
- CI/CD release automation