๐ArXiv AIโขStalecollected in 21h
Agent-BOM: Unified Graph for LLM Auditing

๐กNew graph audits LLM agents for stealth attacks like memory poisoning
โก 30-Second TL;DR
What Changed
Models agentic systems as hierarchical attributed directed graph.
Why It Matters
Agent-BOM enables root-cause analysis in complex LLM ecosystems, addressing cascading risks. It fosters safer multi-agent deployments critical for production AI. Practitioners gain tools to audit and mitigate emerging threats.
What To Do Next
Install the OpenClaw auditing plugin to generate Agent-BOM from your LLM agent runs.
Who should care:Researchers & Academics
Key Points
- โขModels agentic systems as hierarchical attributed directed graph.
- โขSeparates static capabilities (models, tools, memory) from dynamic runtime states.
- โขDevelops OpenClaw plugin to build Agent-BOM from live executions.
- โขSupports OWASP Agentic Top 10 for graph-query risk assessment.
- โขReconstructs attacks like cross-session poisoning and tool misuse.
๐ง Deep Insight
AI-generated analysis for this event.
๐ Enhanced Key Takeaways
- โขAgent-BOM utilizes a provenance-tracking mechanism that maps LLM reasoning chains to specific tool-invocation parameters, enabling forensic reconstruction of 'black-box' agent decisions.
- โขThe framework integrates with existing CI/CD pipelines for LLM agents, allowing for automated security regression testing against the OWASP Agentic Top 10 during the development lifecycle.
- โขThe OpenClaw plugin leverages eBPF-based instrumentation to capture low-level system calls and network traffic, correlating them with high-level agent intents to detect 'jailbreak' attempts that bypass standard input filtering.
๐ Competitor Analysisโธ Show
| Feature | Agent-BOM | LangSmith (LangChain) | Giskard |
|---|---|---|---|
| Primary Focus | Security Auditing/Forensics | Observability/Tracing | Quality/Robustness Testing |
| Graph Representation | Hierarchical/Attributed | Linear/Trace-based | Statistical/Model-centric |
| Attack Detection | Explicit Security/Poisoning | Performance/Latency | Bias/Hallucination |
| Pricing | Open Source (Research) | SaaS/Enterprise | Open Source/Enterprise |
๐ ๏ธ Technical Deep Dive
- Graph Schema: Uses a multi-layered schema where nodes represent entities (Models, Tools, Memory, User) and edges represent causal relationships (e.g., 'invokes', 'updates', 'queries').
- Provenance Engine: Implements a lightweight hook within the agent's execution loop to serialize state transitions into a JSON-LD format compatible with graph databases like Neo4j.
- Query Language: Utilizes a custom DSL (Domain Specific Language) built on top of Cypher to allow security analysts to write graph-pattern matching rules for detecting malicious behavior sequences.
- Instrumentation: The OpenClaw plugin operates as a middleware layer that intercepts LLM provider API calls and local tool execution environments without requiring modification to the agent's core source code.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
Agent-BOM will become a standard requirement for enterprise-grade LLM compliance audits.
As regulatory frameworks for AI safety evolve, the ability to provide a verifiable audit trail of agentic decision-making will be mandatory for high-stakes deployments.
The framework will shift from reactive forensic analysis to proactive runtime defense.
Integrating the graph-query engine into the agent's runtime loop will enable real-time blocking of malicious action sequences before they complete.
โณ Timeline
2025-09
Initial research proposal for hierarchical agent auditing published.
2026-01
OpenClaw plugin prototype released for internal testing.
2026-04
Agent-BOM paper submitted to ArXiv with initial OWASP mapping.
๐ฐ
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: ArXiv AI โ