audit_verify
Verify the audit ledger's hash chain to prove log integrity and detect tampering, tail truncation, or replacement by comparing against a pinned expected head.
Instructions
Verify the tamper-evident audit ledger's hash chain — PROVE the log is intact.
Pass expected_head (the head() value you pinned off-box) to also catch tail
truncation, a forged tail-append, or a full file replacement — a forward walk
alone can't see those. Falls back to PROXIMO_AUDIT_EXPECTED_HEAD when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expected_head | No | 64-char hex head() value pinned off-box; verifying against it also catches tail truncation, a forged tail-append, or a full ledger replacement. Omit to fall back to PROXIMO_AUDIT_EXPECTED_HEAD. |