What problem does it solve? When attacker-controlled input reaches a dangerous interpreter, testers often struggle to decide which injection class applies first. This Skill acts as a category router that maps input flow to the correct deep-topic injection testing workflow. ## Core Features & Use Cases - Sink-Based Routing: Identifies whether input reaches HTML/JS, SQL, templates, URL fetchers, XML parsers, or shell, then directs to the matching skill (XSS, SQLi, SSRF, XXE, SSTI, CMDi, NoSQL, and more). - Extended Coverage: Links to 18 specialized injection topics including JNDI, CRLF, deserialization, request smuggling, prototype pollution, and type juggling. - Extra Injection Types Reference: Includes a companion document covering SSI, LDAP, XPath, LaTeX injection, encoding bypass, and PHP variable overwrite with detection probes and payloads. - Use Case: During a web CTF challenge, you find a login form reflecting input. Use this router to determine whether the sink is SQL, LDAP, or XPath, then jump directly to the right exploitation methodology. ## Quick Start Analyze how user input flows through the target application and route me to the appropriate injection testing workflow based on the final sink.