Find AI vulnerabilities automatically
AgentBreaker is a free, open-source AI red teaming tool that automatically tests your AI system for prompt injection, jailbreaks, data leakage and more. Point it at your AI, run it, and see what breaks.
Clone and install in under a minute. A pip-installable package is on the roadmap.
$ git clone https://github.com/kagexai/agentbreaker.git
$ cd agentbreaker
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -e .
$ agentbreaker validate --check-env
$ agentbreaker run <system-id> --loop
$ agentbreaker serve --port 1337What makes it different
Everything you want from an AI red teaming tool, built to run automatically against your own systems.
Attack Taxonomy
14 attack strategies across 7 categories, each mapped to OWASP LLM Top 10 and MITRE ATLAS. Every finding comes with a compliance-ready classification.
LLM01
Prompt Injection
3 strategies
LLM02
Jailbreak
4 strategies
LLM05
Guardrail Bypass
3 strategies
LLM07
Prompt Extraction
4 strategies
LLM06
Tool Misuse
2 strategies
LLM08
Data Exfiltration
3 strategies
LLM01
Multimodal Injection
3 strategies
Run Your First Scan
AgentBreaker is a free, open-source AI red teaming tool. Clone the repo and start probing your AI systems.