What problem does it solve?
Helps agents and testers quickly decide which vulnerability classes and testing methodology to apply when faced with a new web or API target, reducing wasted effort and noisy enumeration.
Core Features & Use Cases
- Contextual routing: Map observed inputs, outputs, and authentication models to high-probability vulnerability categories (XSS, SQLi, SSRF, IDOR, etc.).
- Stage guidance: Recommend the correct testing phase (recon, triage, exploit path planning, or privilege escalation) and a prioritized sequence of checks.
- Use case: When handed a REST API with many object IDs and a file upload endpoint, produce a prioritized plan focusing on BOLA/IDOR, upload handling checks, and downstream template or parsing risks.
Quick Start
Use the hack skill to analyze this target and produce a prioritized testing plan starting with reconnaissance, auth/IDOR checks, and the most likely injection or business-logic vectors.