Skip to main content

Learn about a type of vulnerability that specifically targets machine learning models

522
GitHub Stars
52
Curated Resources
7
Categories
4 hours ago
Last Refreshed
Introduction ResourcesArticles and Blog postsTutorialsResearch PapersToolsCTFCommunity

Use this list with your AI agent

Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:

"Show me articles and blog posts resources from awesome-prompt-injection"

Installation instructions →

What's inside

Articles and Blog posts

Introduction Resources

  • Agents Rule of Two: A Practical Approach to AI Agent Security

    Meta's Oct 2025 framework stating that agents must satisfy no more than two of: (A) processing untrustworthy inputs, (B) access to sensitive data, (C) ability to change state externally — a deterministic architectural approach to bounding blast radius.

  • Prompt Injection in 2026: Why the Attack Surface Keeps Growing

    Feb 2026 synthesis explaining why the problem is structural, not solvable by filters: vendors face a direct tradeoff between blocking injections and preserving functionality, and covers the Morris II AI worm as a concrete proof of super-linear propagation.

Tools

  • Agent Threat Rules (ATR)

    Open detection standard for AI agent threats (prompt injection, tool poisoning, MCP attacks, skill compromise) — Sigma/YARA-style YAML rules. 330 rules across 9 attack categories with full mapping to OWASP Agentic Top 10 (10/10), MITRE ATLAS (100/113), NIST AI RMF (100%), and SAFE-MCP (78/85). 97.1% recall on the garak probe set (193 probes) and 0% false-positive on 53,577 real-world MCP skills. Shipped in production at Cisco AI Defense and Microsoft agent-governance-toolkit. Apache-2.0.

  • Augustus

    Feb 2026 open-source tool from Praetorian. A single Go binary with 210+ vulnerability probes across 47 attack categories, 28 LLM providers, 90+ detectors, and 7 payload transformation buffs. Built for penetration testing workflows without Python/npm dependencies.

  • brood-box

    Hardware-isolated microVM sandbox for running coding agents (Claude Code, Codex, OpenCode) with workspace snapshot isolation, DNS-aware egress control, and MCP authorization profiles to contain damage from prompt injection attacks.

  • Garak

    Automate looking for hallucination, data leakage, prompt injection, misinformation, toxicity generation, jailbreaks, and many other weaknesses in LLM's.

  • InjecGuard

    Open-source prompt guard with published training data; achieves +30.8% over prior state-of-the-art on the NotInject benchmark, specifically addressing overdefense false positives that break legitimate use cases.

  • OWASP Agent Memory Guard

CTF

  • AI/LLM Exploitation Challenges

    AI, ML, and LLMs CTF Challenges.

  • ai-prompt-ctf by c-goosen

    One of the few CTFs that tests indirect injection against tool-calling agents, spanning RAG, function calling, and ReAct agent scenarios using LlamaIndex, ChromaDB, GPT-4o, and Llama 3.2.

  • CrowdStrike AI Unlocked

    Released Feb 2026, designed to train security, developer, and AI teams on prompt injection against increasingly capable agents. Built by CrowdStrike's Counter Adversary Operations team.

  • Damn Vulnerable LLM Agent

    A sample chatbot powered by a ReAct agent, implemented with Langchain. It's designed to be an educational tool for security researchers, developers, and enthusiasts to understand and experiment with prompt injection attacks in ReAct agents.

  • Gandalf

    Your goal is to make Gandalf reveal the secret password for each level. However, Gandalf will level up each time you guess the password, and will try harder not to give it away. Can you beat level 7? (There is a bonus level 8).

  • PromptTrace

    Free AI security training platform with 7 hands-on prompt injection labs and a 15-level CTF (the Gauntlet) with progressively harder defenses — from prompt-level rules to code guards to LLM classifiers. Unique feature: Context Trace shows the full prompt stack (system prompt, RAG documents, tool definitions, user input) in real-time so you can see exactly how attacks work. Uses real LLMs from OpenAI, Anthropic, Google, Groq, and Cerebras.

Tutorials

Research Papers

Community

  • Learn Prompting

    Discord server from Learn Prompting.

  • MITRE ATLAS

    MITRE's adversarial ML threat matrix formally cataloguing direct and indirect prompt injection as core adversary techniques, enabling integration into enterprise threat modelling and purple team exercises.

  • OWASP Gen AI Security Project

    The authoritative standards body maintaining prompt injection as LLM Risk #1, with continuously updated attack patterns, mitigations, and real-world scenarios contributed by practitioners across the industry.

  • r/llmsecurity

    The most active subreddit dedicated to LLM security research; a good early-warning channel for real-world incidents and new disclosures.

  • Simon Willison's Blog

    The most consistent independent tracker of real-world prompt injection incidents, new papers, and tooling across the field.

Showing a sample of 52 resources. View the full list on GitHub →