OWASP Report Details Blueprint for Securing Autonomous AI Agents
OWASP's latest report provides a technical blueprint and taxonomy for securing rapidly evolving autonomous AI agents, emphasizing the convergence of AI safety and security.

The Open Web Application Security Project (OWASP) has released a comprehensive report titled “State of Agentic AI Security and Governance v2.01,” offering a crucial technical blueprint for security professionals tasked with safeguarding increasingly autonomous AI agents. This report, a product of the OWASP GenAI Security Project’s Agentic Security Initiative, shifts the focus from theoretical AI safety concerns to the practical realities of AI security in production environments. It highlights the proliferation of autonomous agents, their integration with APIs and data, and the associated risks, supported by real-world incidents and a rapidly growing open-source ecosystem.
OWASP asserts that for autonomous AI systems, AI safety and AI security are no longer distinct disciplines. When an agent possesses the capability to autonomously invoke APIs, modify code, or access production data, a single design flaw can simultaneously represent a safety failure (unintended harmful behavior) and a security vulnerability (exploitation by adversaries). This convergence necessitates a unified approach to governance, monitoring, and incident response, moving away from siloed risk management practices.
The report introduces a detailed taxonomy for classifying agentic systems, categorizing them by their operational role—such as enterprise, coding, client-facing, personal, and infrastructure/operations. It further refines this classification by implementation and composition patterns, including orchestration frameworks, low-code platforms, single-agent systems, multi-agent systems, distributed chains, and agent-spawning architectures. The report also stresses that poisoned vendor data can propagate through shared AI agent contexts, creating supply chain risks that can span multiple tenants.
Autonomy is presented as a critical dimension, with agents classified as supervised, semi-autonomous, or fully autonomous. The report warns that higher levels of autonomy, especially when combined with persistent memory and broad tool permissions, significantly increase the potential blast radius of an incident. OWASP strongly recommends that organizations meticulously map the autonomy levels of their deployed agents and implement robust safeguards like circuit breakers, kill switches, and deterministic enforcement hooks for high-autonomy deployments.
To ground its guidance, the report surveys a range of high-velocity agentic projects. It highlights projects like Gravitas and n8n as examples of autonomous and semi-autonomous orchestration platforms, respectively, noting their extensive development and community contributions. Dify is identified for its rapid iteration, indicated by a high pull request volume. On the coding-agent front, Claude Code and Gemini CLI are discussed, with Claude Code already associated with numerous CVEs, underscoring the rapid discovery of vulnerabilities in these fast-evolving tools.
The report also examines infrastructure and operations agents, such as browser-use and Skyvern, which directly interact with browsers, cloud environments, and CI/CD pipelines, representing high-risk categories. It further delves into semi-autonomous coding and editor tools like Zed, Cline, and crewAI, as well as personal agents like AgentSeek, which can bypass traditional enterprise governance through user devices, illustrating the pervasive nature of "shadow AI."
For defenders, OWASP's core message is to elevate agentic AI to a primary security domain. This involves actively inventorying agents, tracking advisories and CVEs for high-velocity projects, and aligning deployments with OWASP's Top 10 for Agentic Security and its new governance maturity model. The report concludes that as autonomous agents increasingly interact with production infrastructure, security programs must transition from periodic assessments to continuous runtime oversight and rigorous supply-chain provenance tracking for all AI components.
Ultimately, the report emphasizes the critical need for strong non-human identity controls to mitigate risks posed by both external attackers and misbehaving autonomous agents. By providing a structured approach to understanding and securing these complex systems, OWASP aims to empower security professionals to navigate the evolving landscape of AI-driven operations effectively.