What problem does it solve? Finding exploitable XSS vulnerabilities requires knowing where to look, how to bypass sanitizers and CSP, and how to prove real impact — this Skill condenses 174 public bug bounty reports into a repeatable hunting methodology so you avoid false positives and low-value reports. ## Core Features & Use Cases - Systematic Hunting Methodology: A 12-step workflow covering reflection mapping, canary-based sanitizer probing, SVG/file-upload vectors, markdown renderer injection, and cache poisoning tests. - Payload & Bypass Library: Ready-to-use payloads for attribute escapes, mXSS sanitizer bypasses (math+style, svg+style), CSP bypasses, WAF evasion, and grep/curl detection patterns. - Validation Gates & Chaining: OOB confirmation rules for blind XSS, a Gate 0 impact checklist, and six senior-level chains (e.g., XSS + cache poisoning, XSS + CSRF, DOM XSS + OAuth token capture) that convert alert-box findings into account-takeover impact. - Use Case: During an authorized bug bounty engagement, you plant sub-tagged Collaborator beacons across error-message and login fields, confirm a stored XSS firing in an admin panel, then chain it to session-token exfiltration and file a High-severity report with a reproducible PoC. ## Quick Start Ask the agent to hunt for XSS vulnerabilities on the authorized target, starting by mapping reflection points and probing sanitizer behavior with unique canary markers.