What problem does it solve? During a security engagement, the /hunt orchestrator must decide which of dozens of attack-testing skills to load for a given target and engagement mode. This Skill centralizes that decision in one place, fingerprinting the target and loading the correct red team or web application penetration testing skill set. ## Core Features & Use Cases - Target Fingerprinting: Runs a one-shot curl header check and parses recon live-hosts files to map signals (Okta, Entra, VPN, vCenter, cloud, APK) to platform-specific attack skills. - Mode-Based Skill Loading: Loads always-on, platform, and hunt-* skills for mode=redteam, or the full OWASP-relevant hunt-* set for mode=wapt with blackbox or greybox handling. - Deterministic Taxonomy Print: Emits a plain-text summary of loaded skills grouped by category (auth, injection, infra, cloud, AI) and selects the correct report format. - Use Case: After confirming a greybox WAPT engagement, invoke the loader to pull in all 27 web testing skills, apply captured credentials to authenticated tests, and print the taxonomy before active testing begins. ## Quick Start Ask the agent to run hunt-dispatch with mode=wapt and box=greybox so it loads the full web application testing skill set and prints the taxonomy.