AURORA - The audit trail your AI decisions don't have yet
by•
Your AI made a decision. Weeks later, someone questions it, and you have nothing to show. So AURORA is evidence custody for AI decisions: seal each declared decision record with a qualified, tamper-evident timestamp the moment it happens, so it can't be backdated or quietly rewritten later. Not an AI judge, not another explainability tool, but a custodian. When the dispute comes, you already have the receipt. eIDAS-qualified timestamping, cryptographic hash-chain, independent verification!

Replies
Sealed a test record and the downloadable evidence bundle is genuinely useful, packaging the hash, signature, and timestamp into one file auditors can actually hand to legal. The public verification URL is a nice touch for third parties.
Verified a sample decision record and the evidence bundle download was surprisingly thorough, with the RFC 3161 timestamp and RSA signature all clearly laid out. Really practical if you need to prove a specific AI output was made at a certain time.
The verification URL flow is really clean, love that you can hand someone a link and they can check the hash and timestamp themselves without needing an account. Curious how it handles retroactive corrections when an AI system updates its decision logic later.
@trkanm9nm Great question. AURORA never edits or supersedes a sealed record — that's the whole design. Each record is an immutable snapshot of what was declared at seal time (hash-chained + RFC 3161 timestamp). When the AI's decision logic changes later, you seal a new record; the original stays valid as proof of what was decided then. An auditor sees both, with timestamps proving the order. So, I'd say AURORA don't correct history, but it does prove what existed when.