ANCHORED QUALITY RECEIPTS
A signed, anchored receipt that an evaluation happened as recorded — which suite scored which output or version, by whom, to what result. It pins the exact eval suite by hash so anyone can re-run it, turning "we tested this" from a claim into a reproducible, tamper-evident fact. It records evaluation provenance, never a correctness guarantee.
WIRE TYPES
ar.quality.v1 (quality.output)
Per-output runtime eval. Commits to the evaluated output (salted SHA-256), names the suite and its hash, the scorer (deterministic / LLM-judge / human / hybrid), and the result — score, verdict (pass/fail/warn), threshold, and cases passed of total — at a UTC time. Optionally links the originating agent run by request_id_commit.
ar.quality.v1 (quality.release)
Pre-deploy version gate. Same suite, scorer, and result fields, but bound to a plaintext software version (e.g. agent-core@0.5.0) and a gate flag recording whether the eval blocked the deploy or was advisory — the proof a version cleared its suite before shipping.
WHAT IT PROVES
WHAT IT DOESN'T PROVE
COMPOSES WITH
AQR receipts reference other family members via body-level composition pointers — verifier-coordinated, not signature-mandated.
A quality.output receipt links to the agent run it evaluated by request_id_commit — the same run's AActR records what authority drove it, the AQR records how the output scored.
Deliberately distinct: AER carries EU AI Act conformity and transparency attestations; AQR carries engineering output-quality scores. A buyer wanting both holds two receipts — neither family carries the other's claims.
Verify any
AQR receipt.
Paste any claim ID to verify a receipt, check its anchor, and inspect the issuer signature.
REFERENCES
Anchored Quality Receipts are cryptographic provenance and privacy-lifecycle protocols. verify.dekimu.com is a reference implementation, not a qualified trust service under Regulation (EU) No 910/2014 (eIDAS) or successor.