Skip to the content.

Mappings to all 10 ASI risks: ASI01–ASI10.

This file is one self-contained piece of the AI IR Overlay™ framework. Cross-references to other pieces point to other packages in the same set, which you can obtain at jacobideji.com.


Crosswalk: AI IR Overlay ↔ OWASP Top 10 for Agentic Applications 2026

OWASP’s Agentic Top 10 (released December 2025 by the OWASP GenAI Security Project) is the most current ranking of risks specific to autonomous and agentic AI. The 10 risks (ASI01–ASI10) cover goal hijacking, tool misuse, identity abuse, supply chain, code execution, memory poisoning, inter-agent communication, cascading failures, human-agent trust, and rogue behavior.

The AI IR Overlay provides the operational machinery (inventory, staged containment, evidence preservation, controlled recovery) for responding to incidents in each ASI category. OWASP categorizes what can go wrong. The AI IR Overlay specifies how to detect, contain, prove, and recover when it does.

At a Glance

ASI Risk Primary AI IR Overlay Controls Most Relevant Artifacts
ASI01 Agent Goal Hijack MVO-3 Evidence + Triage Q1 Prompt/response logs (A) · config snapshot (E)
ASI02 Tool Misuse & Exploitation MVO-1 Inventory + MVO-2 Safe Modes (M3) + Triage Q1, Q5 Agent Privilege Matrix · tool-call ledger (B)
ASI03 Identity & Privilege Abuse MVO-1 Inventory + Triage Q3 AI-BOM identity section · SaaS audit logs (F)
ASI04 Agentic Supply Chain Compromise MVO-1 Inventory + MVO-3 Evidence AI-BOM model + retrieval sections · config snapshot (E)
ASI05 Unexpected Code Execution MVO-2 Safe Modes (M4) + Triage Q1, Q5 Tool-call ledger (B) · Kill-Switch M4
ASI06 Memory & Context Poisoning MVO-1 Inventory + MVO-3 Evidence + Mental Model Memory snapshot (D) · retrieval traces (C)
ASI07 Insecure Inter-Agent Communication MVO-1 Inventory + MVO-3 Evidence AI-BOM tools section · tool-call ledger (B)
ASI08 Cascading Agent Failures MVO-2 Safe Modes (M3 + M4) + MVO-4 Controlled Re-Enable Kill-Switch ladder · staged recovery sequence
ASI09 Human-Agent Trust Exploitation Mental Model + Maturity Roadmap Operating cadence · drill design
ASI10 Rogue Agents MVO-2 Safe Modes (M4) + MVO-3 Evidence Full A–F evidence set · Kill-Switch M4

Detailed Mappings

ASI01: Agent Goal Hijack

Threat: Prompt injection, indirect prompt injection, or context manipulation that causes the agent to pursue an attacker’s goal instead of the user’s.

AI IR Overlay response:

Operational priority: Preserve A and E before rotating the system prompt or retraining. The rush-to-fix often destroys the evidence needed to prove what the agent was instructed to do.

ASI02: Tool Misuse & Exploitation

Threat: The agent invokes legitimate tools in unintended ways (e.g., sending mass emails, deleting records, triggering financial actions) due to malicious instruction or buggy planning.

AI IR Overlay response:

Operational priority: Pre-tier tools (see the Agent Privilege Matrix and its README). Without this, M3 can’t execute under pressure. The pre-incident discipline is operationalized in Playbook 04: Tool Design Is Containment.

ASI03: Identity & Privilege Abuse

Threat: The agent’s service account, delegated OAuth grant, or impersonation token has more privilege than its task requires, and that excess is exploited.

AI IR Overlay response:

Operational priority: AI-BOM identity section must include scopes and rotation cadence. Otherwise audit becomes guesswork.

ASI04: Agentic Supply Chain Compromise

Threat: Compromised models, retrieval corpora, tool definitions, or middleware libraries inject malicious behavior upstream of any individual agent.

AI IR Overlay response:

Operational priority: Pin model versions in AI-BOM and treat corpus refreshes as production deployments.

ASI05: Unexpected Code Execution

Threat: The agent triggers execution of arbitrary code via tools like code interpreters, shell tools, or sandboxes, beyond what the user or operator intended.

AI IR Overlay response:

Operational priority: Code-execution tools are Tier-T2 by default in the Privilege Matrix. Require approvals (M2) at minimum, disable on suspicion.

ASI06: Memory & Context Poisoning

Threat: Adversarial content persisted in agent memory (per-user or shared) or injected into retrieved context causes downstream actions to be poisoned across sessions.

AI IR Overlay response:

Operational priority: If memory is scope: shared, treat memory bleed across users as its own incident class. Capture D before cleaning or rotating memory.

ASI07: Insecure Inter-Agent Communication

Threat: Agents communicating via standardized protocols (e.g., MCP) trust each other’s outputs without verification, propagating attacks across an agent mesh.

AI IR Overlay response:

Operational priority: Each inter-agent connector counts as a distinct tool in the Privilege Matrix and must be tier-classified.

ASI08: Cascading Agent Failures

Threat: One failing or compromised agent triggers a cascade of failures across other agents that depend on its outputs, magnifying the blast radius.

AI IR Overlay response:

Operational priority: Inventory must capture inter-agent dependencies (which agents depend on which). Without this, cascade scope can’t be enumerated under pressure.

ASI09: Human-Agent Trust Exploitation

Threat: Humans develop excessive trust in agent outputs and act on bad recommendations (e.g., a finance copilot recommends an urgent payment based on a poisoned invoice).

AI IR Overlay response:

Operational priority: Drills should include both agent is wrong and user trusts incorrect output scenarios. Without operator training, the technical controls have a human-shaped hole.

ASI10: Rogue Agents

Threat: An agent’s behavior drifts from its intended function due to reward hacking, goal drift, or collusion with other agents. The drift goes undetected until material harm occurs.

AI IR Overlay response:

Operational priority: Define drift detection criteria pre-incident. A “rogue” determination is a category jump that requires CISO/IC approval, not a Tier-1 SOC call.

How to Use This Crosswalk

When responding to a threat report, security researcher disclosure, or auditor question framed in OWASP ASI terms, this crosswalk provides direct evidence of AI IR Overlay readiness.

Example: “Walk us through how your organization would detect, contain, and recover from an ASI06 Memory & Context Poisoning incident.”

Answer: “Our AI-BOM documents memory scope (per-user vs shared), retention, and sensitivity classification for every agent. Detection sources include Type-A prompt logs and Type-C retrieval traces. Containment uses M3 (Tool Tiering) if a single tool is the carrier, M4 (Full Disable) if memory bleed is confirmed. Pre-containment, we capture Type-D (Memory Snapshot) and Type-C (Retrieval Traces) to preserve the input vector. Recovery follows M5 with corpus version verification before re-enabling memory. Our quarterly tabletops include a memory-poisoning scenario per Level 4 (Resilient) maturity. For the full ASI06 response procedure, see Playbook 03: RAG / Knowledge-Base Forensics.”

Relationship to OWASP Top 10 for LLM Applications

OWASP’s earlier Top 10 for LLM Applications (current version 2025.1) covers single-model risks: prompt injection, training data poisoning, model denial of service, and so on. The Agentic Top 10 is additive. It covers risks that emerge only when LLMs are wired into multi-step plans with tools, memory, and inter-agent protocols.

The AI IR Overlay focuses on agent-class incidents (the Agentic Top 10 territory). For LLM-only incidents in non-agentic systems, traditional application IR plus 800-61 r3 is usually sufficient.

Status

Source


Last revised: 2026-06-20 · Maintainer interpretation, not an OWASP publication.

Source: AI IR Overlay newsletter and framework synthesis, by Jacob Ideji. https://www.linkedin.com/in/jacobideji/