Auditor utility · tamper detection
Verify any EvalGuard compliance document.
Paste an Annex IV, SoA, audit bundle, or evidence row. We recompute the canonical SHA-256 hash and tell you if it matches the embedded claim. No data stored.
Tamper detection
How this works
- Server reads the document you paste.
- The hash field (default: snapshotHash) is removed.
- Remaining fields are canonicalized — keys sorted recursively, JSON.stringify-ed.
- SHA-256 of canonical JSON is compared to the claimed hash.
- No data is stored or logged. Pure function-as-a-service. Same input always returns same output.