What problem does it solve? Security testers lack structured guidance for probing LLM and AI-powered features, where traditional vulnerability classes like IDOR and SSRF reappear in new forms such as prompt injection, tool-use exfiltration, and cross-user data leaks through chatbots. ## Core Features & Use Cases - Prompt Injection Testing: Covers direct injection, indirect injection via uploaded documents, ASCII smuggling with Unicode tag blocks, and system prompt extraction techniques. - Agentic AI Risk Framework: Maps the OWASP ASI01-ASI10 risk categories (goal hijack, tool misuse, memory poisoning, rogue agents) to concrete hunting strategies. - Impact Chaining Guidance: Enforces a triage rule requiring AI findings to chain to IDOR, exfiltration, RCE, or account takeover before qualifying as reportable bugs. - Use Case: While testing a support chatbot, ask it to show messages from another user ID; if the bot lacks per-session data scoping, you have demonstrated IDOR-via-AI with cross-tenant PII exposure. ## Quick Start Ask the AI to hunt for prompt injection and cross-user data leak vulnerabilities in the target application's chatbot and document upload features.