Inkog covers 7 of 10 OWASP Agentic risks today. 10 of 10 by Q3 2026.
The OWASP Agentic Security Initiative published the Top 10 for Agentic Applications (ASI) in 2026. We map every Inkog finding to the specific ASI item it covers — by file, line, and rule ID.
Source: OWASP Top 10 for Agentic Applications 2026 — full text at genai.owasp.org.
ASI01Agent Goal Hijack
User input or environmental data overrides the agent's intended goal.
prompt_injectiongoal_conflictNotes: Detection across all 15 framework adapters via the universal IR.
ASI02Tool Misuse & Exploitation
Agents misuse tools — recursive call loops, code execution, privilege escalation.
recursive_tool_callingexcessive_permissionsexec_evalcommand_injectionNotes: Inkog's strongest category. Catches the AutoGen CodeExecutor + LangChain ReAct loop patterns.
ASI03Agent Identity & Privilege Abuse
Agents act with inherited or escalated privileges they shouldn't hold.
missing_authztoken_validationNotes: Missing: agent-identity-chain modeling. Coming Q3 2026.
ASI04Agentic Supply Chain Compromise
Compromised models, skills, MCP servers, or training data poisoning the agent.
supply_chaininkog_audit_mcp_serverdata_poisoningNotes: Inkog's MCP server audit is unique — covers ClawHavoc + Smithery patterns.
ASI05Unexpected Code Execution
Agent generates and executes code (or eval-style content) without sandboxing.
exec_evalcommand_injectionunsafe_deserializationNotes: AST-level taint analysis catches LLM-output → subprocess.run flow.
ASI06Memory & Context Poisoning
Persistent memory or RAG context is poisoned by adversarial input.
data_poisoningcontext_window_accumulationrag_overfetchingNotes: Missing: persistent memory-store probing. Coming Q3 2026.
ASI07Insecure Inter-Agent Communication
Multi-agent messages lack signing, encryption, or replay protection.
unsigned_messagesinkog_audit_a2aNotes: Detects unsigned messages today; no encryption/replay checks yet.
ASI08Cascading Agent Failures
One agent's failure propagates through a delegation chain.
Notes: Static-analysis-hard. Shipping in 30 days: delegation depth >3 without bounded recursion, agents writing shared memory without scoping.
ASI09Human-Agent Trust Exploitation
Operators over-rely on agent decisions, automate bias, or skip review.
overreliancemissing_oversightNotes: Maps directly to EU AI Act Article 14(4)(b) automation bias.
ASI10Rogue Agents
Agents act outside their declared scope (drift, misalignment, or compromise).
Notes: Static approximations shipping in 30 days: kill-switch absence, rate-limit + audit-log combined.
See your OWASP Agentic coverage in 60 seconds
Paste a GitHub URL or upload a zip. Inkog returns findings mapped to OWASP ASI + OWASP LLM Top 10 + NIST AI RMF + EU AI Act Article 14.