What problem does it solve? When starting a bug bounty or authorized penetration test, it is hard to know which vulnerability class to test first and which specialized methodology to apply. This Skill acts as a primary router that maps observed target behavior to the correct category skill (XSS, SQLi, SSRF, IDOR, JWT, and more) so testing follows a structured methodology instead of random payload guessing. ## Core Features & Use Cases - Phase-Based Routing: Guides the agent through recon, context confirmation, phenomenon-based routing, and prioritized test ordering for web and API targets. - Phenomenon-to-Skill Mapping: Provides a lookup table linking observed behaviors (input reflection, server-side URL fetching, object IDs in APIs, JWT usage) to the right specialized skill and Kali tool invocation. - Automated Recon Sequence: Defines an ordered toolchain using subfinder, nmap, httpx, wafw00f, ffuf, nuclei, and searchsploit when no obvious symptoms exist. - Use Case: Given a new REST API bug bounty target, the Skill directs the agent to prioritize BOLA/IDOR, JWT, and mass assignment checks, then fall back to automated recon if nothing surfaces. ## Quick Start Ask the agent to plan a bug bounty testing route for your authorized target using the hack skill, describing the target type and any observed behaviors.