What problem does it solve? Security testers and bug bounty hunters need a structured methodology to find and validate vulnerabilities in LLM-backed features such as chatbots, RAG endpoints, and agentic copilots, where traditional web vulnerability checklists do not apply. ## Core Features & Use Cases - Prompt Injection Testing: Covers direct injection ("ignore previous instructions"), indirect injection via uploaded documents, and ASCII smuggling using the Unicode tag block U+E0000-U+E007F. - Impact Chaining Patterns: Maps attacks to real impact including IDOR-via-chatbot, markdown-based data exfiltration, system prompt extraction, and tool-use exfiltration through fetch_url-style tools. - Agentic AI Framework: Provides the OWASP ASI01-ASI10 risk table (goal hijack, tool misuse, memory poisoning, rogue agents) with concrete hunting guidance for each risk. - Use Case: When testing an AI support chatbot, ask it to show the last message from another user ID; if the bot lacks per-session data scoping, you have demonstrated a cross-user IDOR vulnerability worth reporting. ## Quick Start Ask the AI to test the target application's chatbot for prompt injection and cross-user data access using the hunt-llm-ai methodology.