Paste a single verdict and mathematically prove its Ed25519 seal against the published public key — or replay an entire ledger and confirm every SHA-256 chain link. Everything runs in your browser. No API key is required to verify a signature.
action_id:proof_hash:verdict:confidence with the key served at /v1/pubkey. Every ledger row also carries prev_hash of the row before it. Signature proves authorship; chain proves ordering and completeness. Alter either and verification fails.
Paste the fields from any POST /v1/check response or ledger row. The verifier fetches the master public key from GET /v1/pubkey (or uses the key you paste), reconstructs the canonical string, and verifies the Ed25519 signature with WebCrypto — entirely client-side.
Paste your API key. The verifier hits GET /v1/audit under your auth, then walks the chain locally in your browser. Your key never leaves this page.
Paste an exported audit log. Accepts a raw array of entries or an object with an entries field. Everything runs locally — no network calls.