Offline Ed25519 receipt verifier. Checks signed decision receipts, agent manifests, and audit bundles without contacting any server. Pure cryptographic math — does not know or contact the issuer.
Verifies Ed25519-signed receipts and artifacts without contacting any server.
The verifier checks the cryptographic signature over JCS-canonicalized JSON
(RFC 8785). If the record was modified after signing, verification fails.
Quick Start
# Self-test: verify a built-in sample receipt
npx @veritasacta/verify@0.2.4 --self-test
# Verify a specific receipt file
npx @veritasacta/verify@0.2.4 receipt.json
# Verify with a specific issuer public key
npx @veritasacta/verify@0.2.4 receipt.json --key issuer-public.json
# Verify an audit bundle
npx @veritasacta/verify@0.2.4 bundle.json