Verify a Trust Receipt yourself. Two minutes, offline, no one’s word for it.
A Trust Receipt is a signed, machine-verifiable evidence packet proving that a named human approved a specific AI-agent action before it executed. Unlike an audit log — which asserts what happened inside a system you cannot inspect — a receipt is something you re-verify yourself, with public-key cryptography, without relying on the auditee’s systems or on EMILIA.
Written for SOC 2 and ISO/IEC 42001 assessors, EU AI Act conformity reviewers, internal audit, and third-party-risk teams. No cryptography background required.
The verification procedure
- Obtain the evidence packet. Request the receipt or device-signoff JSON for the sampled action from the auditee. A conformant packet is self-contained — it carries its own public key. If the auditee can only show you a dashboard, that is a finding, not evidence.
- Re-verify it independently. Two equivalent paths: in the browser at emiliaprotocol.ai/verify (the check runs locally in your tab — open the network panel and observe that nothing uploads), or fully offline in a terminal:
npx @emilia-protocol/verify receipt.json
The verifier is open source (Apache-2.0, published on npm) — your firm can pin and review the exact code it ran. - Read the checks. Each line is one verified property (table below). A valid artifact passes all of them; any single failure invalidates it.
- Record the result. The workpaper fields below make the verification reproducible by anyone, years later — the receipt does not expire and does not need our servers.
What each check proves
Offline verification proves the artifact is authentic, intact, and bound to the exact action. Two properties are server-state by nature and live with the auditee: one-time use (that a signoff was consumed exactly once) and revocation (that authority was current at execution). The question to ask the auditee: “Show me your consumption and revocation records for this signoff_id.” A conformant deployment rejects replays before any state changes.
What to record in workpapers
Red flags
- A governed action class (e.g. payment release) with no receipt produced for a sampled transaction — absence of evidence is the finding.
- key_class C on actions the auditee’s own policy designates as requiring Class A (approver-held key).
- challenge_binding: false on any artifact — the approval evidence does not match the action it is attached to.
- Receipts that can only be “verified” inside the auditee’s or vendor’s own dashboard. Independently verifiable evidence requires no such access.
Ingesting receipts into a SIEM
Receipts are canonical JSON (RFC 8785) — Splunk, Datadog, and Elastic parse them natively, which lets a compliance dashboard correlate every governed action with its human approval. Core fields:
Full schema in the specification. Verify signatures before ingest; treat the SIEM copy as an index, the signed JSON as the evidence.
Sector compliance mappings
- EU AI Act mapping — financial services
- EU AI Act mapping — government programs
- EU AI Act mapping — healthcare
We’ll walk your team through a live verification on your own laptops — including a forged receipt your team catches themselves. Try it first-hand right now: approve an action with Face ID on /try, then verify what you signed on /verify.
team@emiliaprotocol.ai →