What problem does it solve? Security testers assessing LLM-backed features often cannot distinguish real vulnerabilities from model confabulation, and lack a structured methodology for proving prompt injection, data exfiltration, or cross-tenant access in AI systems. ## Core Features & Use Cases - Injection & Exfiltration Playbooks: Provides direct and indirect prompt injection payloads, ASCII/Unicode smuggling encoders (Tags block U+E0000-U+E007F), markdown-image zero-click exfiltration, and tool-use exfiltration patterns with OOB callback validation via Burp Collaborator or webhook listeners. - OWASP Coverage: Maps findings to OWASP Top 10 for LLM Applications 2025 (LLM01-LLM10) and OWASP Top 10 for Agentic Applications 2026 (ASI01-ASI10), including RAG poisoning, tool misuse, and memory poisoning. - False-Positive Gate: Enforces run-twice reproducibility, known-secret anchoring, verifiable cross-tenant artifacts, and OOB-confirmed exfiltration before any finding is reported. - Use Case: When testing a chatbot with a fetch_url tool, inject an instruction to call an OOB listener with context data, then confirm the callback carries real secrets to prove tool-use exfiltration rather than model hallucination. ## Quick Start Ask the agent to test the target's LLM chat endpoint for indirect prompt injection and confirm any data exfiltration with an out-of-band callback.