AI Security
New vulnerabilities, exploit writeups, agent abuse patterns, jailbreaks, model theft, data leakage, and supply-chain risk.
3 signals
OWASP 2026 LLM Top 10: Prompt Injection, Sensitive Disclosure, and Excessive Agency lead risk landscape
Open
OWASP’s GenAI LLM Top 10 2026 ranks Prompt Injection (LLM01) and Sensitive Information Disclosure (LLM02) as the two most critical risks for LLM applications, with Excessive Agency (LLM03) newly promoted into the third position.[6][13] Multiple security analyses highlight that Excessive Agency has jumped from sixth to third while Improper Output Handling has fallen to tenth, reflecting growing incident data around over‑permissioned agents that can call tools, APIs, and run code.[1][3][7][9][11]
Why it matters
Security leaders must treat prompt injection, data leakage, and agent over‑permissioning as first‑class threats when designing and reviewing LLM and agentic systems.
OWASP GenAI Security Project
DeepStrike breakdown: 2026 OWASP LLM Top 10 and practical mitigations
Open
DeepStrike’s explainer on the OWASP LLM Top 10 2026 details risks such as Prompt Injection (LLM01), Sensitive Information Disclosure (LLM02), Excessive Agency (LLM03), Supply Chain vulnerabilities (LLM04), Data and Model Poisoning (LLM05), Unbounded Consumption (LLM06), Misinformation (LLM07), Hidden Context Exposure (LLM08), Vector and Embedding Weaknesses (LLM09), and Improper Output Handling (LLM10).[5] The article pairs each category with concrete patterns—like compromised adapters or datase
Why it matters
Builders can use this taxonomy directly in threat modeling and test planning to ensure their AI systems cover the most common and highest‑impact LLM attack classes.
DeepStrike
LLM Security 101 (2026 Edition) emphasizes agent goal hijack and tool misuse
Open
An open guide on LLM and agentic security identifies Agent Goal Hijack (ASI01), Tool Misuse & Exploitation (ASI02), Identity & Privilege Abuse (ASI03), Agentic Supply Chain Vulnerabilities (ASI04), Unexpected Code Execution (ASI05), and Memory & Context Poisoning (ASI06) as critical risks for agentic systems.[12] The same document notes updates to LLM‑centric risks such as expanded treatment of Sensitive Information Disclosure and Excessive Agency in the 2026 landscape.[12]
Why it matters
Teams deploying autonomous agents should combine OWASP LLM guidance with agent‑specific patterns like goal hijack and tool misuse to build comprehensive defense‑in‑depth controls.
LLM Security 101 (GitHub)