AUDITOR ARTIFACT LOOP · SCAFFOLD LIVE · Q0–Q5 LOCK PENDING

The third independent consumer of the substrate.

H33 evidence is consumed by three independent paths — TDA (Trustless Decision Attestation), Submission (Portable Regulatory Submission), and Audit Response — all derived from the same H33-74 receipts. All three converge on the same underlying bundle hash. External auditors verify offline using the Apache 2.0 verifier. No H33 contact required.

The three consumers

TDA
Trustless Decision Attestation — answers "is this decision trustless-attestable?"
LIVE
Submission
Portable Regulatory Submission — answers "is this submittable to a regulator?"
LIVE (PREVIEW-SIGNED · R1 PENDING)
Audit Response
Answers the locked Q0–Q5 auditor questions against the same receipts.
SCAFFOLD LIVE · Q0–Q5 PENDING
Convergence guarantee: all three consumers MUST agree on the underlying bundle's SHA3-384. Disagreement is a fatal CROSS_CONSUMER_DISAGREEMENT. The convergence check is what makes the third-consumer story stronger than any individual artifact — same substrate, three independent verdicts, cryptographically reconciled.

Q0–Q5 question structure

Each question slot binds to a specific evidence path in the substrate and a specific verifier check code. The question TEXT is founder-locked content; the structural mapping below is independent of text and lives in /audit/questions/v0.1/manifest.json.

QThemeEvidence path(s)Verifier checks
Q0authorized_holder_execution$.decisions[0].authority_binding · $.authorities[0]EC-3
Q0.5constitutional_layer$.authorities[0].scope_hash · $.decisions[0].policy_bind.policy_commitment_nsEC-3 · EC-1
Q1policy_committed_before_execution$.decisions[0].policy_bindEC-1
Q2documented_pipeline_executed$.decisions[0].pipeline_dagEC-5
Q3model_identity_at_decision_time$.decisions[0].model_fingerprintEC-2
Q4evidence_citation_chain_to_corpus$.corpus_pin · $.decisions[0].evidence_attestation.evidence_set · $.decisions[0].result_citation_bind.citation_setEC-6 · EC-7 · EC-8
Q5calibrated_abstention_attested$.decisions[0].calibrated_abstention_bindEC-4

Demo audit response

A scaffold audit response for the claim_84711 demo bundle is published. Verdict slot machinery is operational; question text awaits founder lock.

/audit/claim_84711/audit-response.json

$ curl -s https://h33.ai/audit/claim_84711/audit-response.json | jq '.responses[] | {question_id, verdict}'

When Q0–Q5 lock completes

Within 5 working days of the lock session per auditor-loop-prebuild-v0.1.md: question text published at /audit/questions/v0.1/Q*.txt; manifest digest pinned; auditor-loop service builds and publishes real audit responses (no longer scaffolds); verifier --mode audit-response ships under Schema Freeze Alpha-1 Amendment #4; smoke test extended to assert convergence on every demo bundle.