§52 · Lane 8 — Agent Infrastructure Standards & Toolchain
Filho (2026) — ESAA-Security the "auditable by construction" audit architecture
Filho (2026) · arXiv 2603.06365
Bibliographic data
- Title
- Filho (2026) — ESAA-Security: An Event-Sourced, Verifiable Architecture for Agent-Assisted Security Audits of AI-Generated Code
- Authors / Issuing body
- Elzo Brito dos Santos Filho
- Venue / Publisher
- arXiv (preprint; not peer reviewed)
- Year
- 2026
- Designation
- Preprint
- Licence
- arXiv DOI — refer to publisher for full licence terms.
- Canonical link
- https://doi.org/10.48550/arXiv.2603.06365
How to cite
Filho (2026). Filho (2026) — ESAA-Security: An Event-Sourced, Verifiable Architecture for Agent-Assisted Security Audits of AI-Generated Code. arXiv (preprint; not peer reviewed). https://doi.org/10.48550/arXiv.2603.06365.
A domain-specific specialisation of the ESAA event-sourcing architecture for agent-assisted security auditing of AI-generated code: a governed pipeline of reconnaissance, domain audit, risk classification and reporting (26 tasks, 16 security domains, 95 executable checks) that produces an audit report auditable by construction.
Why it matters for NETEVO
ESAA-Security structures security review of AI-generated code as an evidence-oriented audit process governed by contracts and append-only events rather than a free-form LLM conversation. The review runs as a governed pipeline of reconnaissance, domain audit, risk classification and reporting (26 tasks, 16 security domains, 95 executable checks): agents emit structured intentions under constrained protocols, the orchestrator validates and persists accepted outputs to an append-only log, reprojects derived views, and verifies consistency through replay and hashing.
The phrase "auditable by construction" names the property of the audit report this architecture produces. A policy document can assert that a control exists, but a document does not enforce anything; code does. An event-sourced audit pipeline can reproduce its own findings by inspection, because every accepted output is persisted to the append-only log and the derived views can be re-verified through replay and hashing. Where an audit finding must rest on evidence that is reproducible by inspection, it is the engineered pipeline, not the document that describes it, that supplies that evidence.
ESAA-Security is a same-author specialisation of ESAA, applying the general event-sourcing architecture to the specific problem of security auditing; the two papers are best read together where the audit application is in scope. Within the international academic audit lineage it sits alongside Raji's SMACTR and Mökander's three-layered audit framework: Raji specifies the internal audit procedure, Mökander specifies the audit architecture, and ESAA-Security specifies the engineering architecture that produces an auditable artefact in the first place.
Where NETEVO applies this
- Agent Infrastructure Whitepaper — load-bearing — Dimension 3 audit application of the deterministic-orchestration pattern