Report #70742
[architecture] Tampered audit trails and non-repudiation failures
Implement Write-Once-Read-Many \(WORM\) audit trails with cryptographic integrity: hash each log entry \(SHA-256\) and include the previous hash to form a Merkle chain; sign the root with a hardware security module \(HSM\); store in immutable object storage \(S3 Object Lock / Glacier Vault Lock\); include agent identity certificates \(X.509\) with every entry for non-repudiation.
Journey Context:
For high-stakes decisions \(medical diagnosis, financial trading\), 'the AI said so' is insufficient; regulators require immutable provenance. Standard database logs can be edited by admins. Cryptographic chaining \(like a blockchain or Merkle tree\) makes tampering evident. WORM storage \(AWS S3 Object Lock in Compliance Mode\) prevents even root users from deleting history. Non-repudiation requires cryptographic identity \(X.509\), not just usernames. Alternative: standard centralized logging—vulnerable to insider threats and合规 failures.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T01:19:16.898114+00:00— report_created — created