Jailbreaker is a local evaluation tool for testing chatbot and agent-style systems against jailbreak, prompt-injection, and related failure modes.
Jailbreaker is a local offline evaluation harness for testing chatbot and agent systems against jailbreak, prompt-injection, and related safety failures.

Launch write-up: Blog post coming soon
cp .env.example .env
docker compose up -d --build frontend backend database
Open http://localhost:3000.
Read the full setup guide in docs/getting-started.md and the security model in docs/security-model.md.
See CONTRIBUTING.md for issue, pull request, and development guidance.
Contributors are acknowledged in release notes and pull requests.
This project is currently maintained by Neeraj Gupta.