AgentAudit: An Open, Extensible Framework for Full-Lifecycle Trust Evaluation of AI Agents
Summary
AgentAudit is an open, extensible framework for evaluating the full lifecycle of AI agents across capability, grounding, security, and behavioral dimensions, enabling precise failure attribution and highlighting trustworthiness differences among various language models.
View Cached Full Text
Cached at: 09/11/26, 08:42 AM
# AgentAudit: An Open, Extensible Framework for Full-Lifecycle Trust Evaluation of AI Agents Source: [https://arxiv.org/abs/2609.09875](https://arxiv.org/abs/2609.09875) [View PDF](https://arxiv.org/pdf/2609.09875) > Abstract:Existing evaluation frameworks mostly assess only one part of AI agents, such as task completion \(AgentBench\) or security robustness \(AgentDojo, ASB\), rather than the complete pipeline of planning, tool selection, tool execution, memory and reasoning\. Failures can occur at any stage, yet existing benchmarks rarely identify their precise source\. AgentAudit evaluates the entire execution trace across ten capability, grounding, security and behavioural dimensions, namely instruction integrity, planner, memory, tool selection, tool invocation, tool correctness, alignment, tool faithfulness, security and execution integrity, combined with behavioural classification and failure attribution to pinpoint the exact stage responsible for an observed failure\. AgentAudit can evaluate any LLM\-based AI agent, since it attaches to the agent instead of replacing it\. It reads only the recorded execution trace and does not interfere with how the agent runs, so it places no constraint on the agent's internal implementation\. We evaluate five language models \(OpenAI GPT\-5, Claude Sonnet 5, Sarvam 105B, Llama 3\.3 70B and Gemini 2\.5 Flash\) across nine capability and adversarial tasks\. Claude Sonnet 5 and GPT\-5 obtain the highest mean Composite Trust Scores \(95\.1 and 80\.6 out of 100, respectively\), while Sarvam 105B, Llama 3\.3 70B and Gemini 2\.5 Flash trail substantially \(57\.6, 45\.7 and 22\.6\)\. All traces were scored by a single fixed judge model, which was itself one of the evaluated models, a limitation discussed in Section VII\.E\. More importantly, models with similar task\-completion behaviour can diverge sharply in trustworthiness, as several non\-frontier models are repeatedly classified Unsafe\_Compliance on adversarial tasks rather than merely failing them, a distinction that pass/fail benchmarks cannot surface\. ## Submission history From: Shrey Nag \[[view email](https://arxiv.org/show-email/40d070e9/2609.09875)\] **\[v1\]**Wed, 9 Sep 2026 08:29:16 UTC \(2,606 KB\)
Similar Articles
Built an Open-Source Tool That Finds Missing Validation, Retries, and Error Handling in AI Agent Systems
We released Trustabl Agent Analyzer, an open-source tool that scans AI agent repositories to find missing validation, retries, and error handling, generating a privacy-preserving local report.
Anyone else struggling with AI auditability?
The author describes a challenge with AI auditability where an agent's decision lacked traceability to the active policy version, and asks for advice on building effective decision trails for AI agent decisions.
Auditing Self-Evolution in Financial Agents: Capability Gains, Security Drift, and Execution-Interface Mismatch
This paper audits self-evolution mechanisms in financial AI agents, revealing capability improvements alongside security risks such as prompt injection drift and execution-interface mismatches, emphasizing the need for holistic auditing.
Auditing Harness Tampering in Self-Improving Agents
The paper proposes a two-axis taxonomy for harness tampering in self-improving AI agents, builds an annotated corpus to benchmark audit methods, and finds that tampering occurs in real agent trajectories, highlighting integrity risks.
honest question: how are you actually handling agent auditability in production?
A practitioner discusses the challenge of implementing audit trails for AI agents in production, mentions a vendor solution, and seeks input from the community on real-world setups.