What problem does it solve? Finding XSS vulnerabilities requires knowing where user input reflects, how sanitizers fail, and how to prove real impact instead of submitting false positives that get rejected. This Skill provides a structured hunting methodology built from 174 public bug bounty reports so testers can systematically identify, confirm, and chain XSS findings. ## Core Features & Use Cases - Systematic Hunting Methodology: A 12-step workflow covering reflection mapping, sanitizer probing with unique canary markers, SVG upload vectors, markdown renderer injection, redirect parameters, and cache poisoning. - Payload & Bypass Library: Ready-to-use payloads for attribute escapes, mXSS sanitizer bypasses (math+style, svg+style), CSP bypasses, WAF evasion, and grep patterns for source review. - Validation Gates: OOB confirmation rules for blind/stored XSS using Collaborator beacons, plus a Gate 0 checklist to prove concrete impact before reporting. - Use Case: While testing a target's wiki feature, use the markdown and Kroki diagram injection payloads to plant a stored XSS, confirm execution via an out-of-band callback, then chain it to demonstrate admin session theft for a higher-severity report. ## Quick Start Use the hunt-xss skill to map reflection points on my target and test them with sanitizer bypass payloads.