CLI
triage is the fast pass/kill/downgrade path. Pipe a finding via stdin when the argument is omitted (validate supports this).
MCP equivalents: bughunter_validate, bughunter_get_validation (see MCP).
7-Question Gate
From the triage-validation skill / FAQ checklist:- Can an attacker do this right now, with a real request?
- Does the attacker need special access most people do not have?
- Is there actual impact (data leak, account takeover, money loss, code execution)?
- Has this already been reported or disclosed?
- Is the vulnerability in scope for this program?
- Is there a clear reproduction step?
- Is the severity accurate?
Rules of thumb
- Theoretical bugs (“could potentially…”) are not reportable — prove live impact
- Conditionally valid issues often need a chain (
bughunter chain) before they pay - Prefer
[CONFIRMED]/[POSSIBLE]/[INFORMATIONAL]confidence language used by the scanners - Use the
triage-validationandreport-writingskills before platform submit