EU AI Act Article 12
Article 12 of the EU AI Act requires "high-risk" AI systems to automatically record events (logs) throughout their lifetime. For autonomous agents, this translates to immutable, deterministic audit trails of every tool invocation, data input, and instruction origin, ensuring traceability and accountability for AI decision-making.
Article 12 Checklist
Automatic Event Logging
Logs must be generated in real-time, independent of the LLM context.
Traceability
Every tool call must link back to a specific policy version and session identifier.
Integrity protection
Audit logs must be stored in a tamper-proof environment (SOC2 type 2 equivalent).
Automating Compliance
SupraWall's SDK acts as the Article 12 compliance engine by automatically intercepting tool calls at the runtime boundary and streaming them to an immutable audit ledger. This ensures that every "reasoned" action by an agent is traceable back to a source instruction in the event of a regulatory audit.