What problem does it solve? Bug bounty hunters and security researchers waste payouts and damage their validity ratio by submitting findings that get closed as N/A or Informative. This Skill gates every finding through structured validation questions and pre-submission checks so only reproducible, in-scope, impact-proven bugs get reported. ## Core Features & Use Cases - 7-Question Gate: Sequentially validates exploitability, program impact fit, scope, access preconditions, novelty, proven impact, and known-invalid bug classes — one wrong answer kills the finding. - 4 Pre-Submission Gates: Reality check, impact validation, deduplication search, and report quality checklist run before any report is written. - Severity & Chain Guidance: CVSS 3.1 quick reference, pre-severity gate for Critical/High claims, never-submit list, and a conditionally-valid chain table (e.g., open redirect + OAuth theft = ATO). - Use Case: Before writing a report on a suspected auth bypass, run the gate — it catches the layer-ordering trap where a 400 validation error from an input sanitiser is misread as missing authentication, preventing a false Critical submission. ## Quick Start Use the triage-validation skill to check whether my suspected IDOR finding on the /api/users endpoint passes all validation gates before I write the report.