← Back to Paper List

SBOMs into Agentic AIBOMs: Schema Extensions, Agentic Orchestration, and Reproducibility Evaluation

Petar Radanliev, Carsten Maple, Omar Santos, Kayvan Atefi
Department of Computer Sciences, University of Oxford, The Alan Turing Institute, University of Warwick – WMG, Cisco Systems, University of Hull
arXiv (2026)
Agent Benchmark

📝 Paper Summary

Software Supply Chain Security Agentic AI for Cybersecurity
This paper extends static Software Bills of Materials (SBOMs) into active Agentic AIBOMs using three autonomous agents to capture runtime dependencies and reason about vulnerability exploitability in context.
Core Problem
Conventional SBOMs are passive, static inventories that fail to capture environment drift, runtime behaviors (like dynamic loading), or the actual exploitability context of dependencies.
Why it matters:
  • 95% of vulnerabilities in SBOMs are not exploitable in the specific product, but current tools cannot distinguish presence from exploitability, wasting security resources
  • Static inventories cannot detect 'drift' where the running environment diverges from the documented state, invalidating reproducibility in high-assurance analytic workflows
Concrete Example: A statistical library like `sdcMicro` might be present in a container, triggering a 'Critical' vulnerability alert. However, if the specific vulnerable function is never called during execution or is mitigated by sandbox settings, a static SBOM still blocks the workflow, whereas an agentic system would flag it as 'Not Affected'.
Key Novelty
Agentic AIBOM Framework
  • Decomposes provenance tracking into three autonomous agents: one for baseline environment reconstruction, one for runtime drift monitoring, and one for policy-aware vulnerability reasoning
  • Integrates ISO/IEC 20153:2025 (CSAF) semantics directly into the provenance artifact, allowing the system to output structured 'Not Affected' or 'Mitigated' assertions based on runtime evidence
Evaluation Highlights
  • Removing the baseline agent (MCP) increased the False Negative Rate (FNR) of dependency capture by 14% compared to the full agentic pipeline
  • Demonstrates high reproducibility fidelity, maintaining semantic parity in statistical outputs within ε=1e-12 for deterministic routines
Breakthrough Assessment
7/10
Significant architectural advance in moving SBOMs from static lists to active, reasoning artifacts. The application of agentic principles to compliance and VEX is novel, though the evaluation is focused on specific analytic workflows.
×