triage-validation

Validate candidate bug findings through a structured 7-question triage workflow.

1|Updated May 25, 2026
One-click install
npx skills add https://github.com/ctahok/hermes-bug-bounty-skills --skill triage-validation-ctahok
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: triage-validation
Source: https://github.com/ctahok/hermes-bug-bounty-skills/tree/main/triage-validation
Command: npx skills add https://github.com/ctahok/hermes-bug-bounty-skills --skill triage-validation-ctahok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents wasted time by validating whether a candidate bug is real, in-scope, impactful enough, deduplicated, and properly provable before you draft or submit a report.

Core Features & Use Cases

  • The 7-Question Gate: Step-by-step checks that stop invalid findings early and focus on actionable attacker paths.
  • Pre-submission Guardrails: Reality check, impact validation, deduplication, and report-quality gates to reduce noise and improve credibility.
  • Severity Guidance via CVSS 3.1: Helps map validated impact to a defensible severity level aligned to common program expectations.
  • Never-Submit & Conditional-Kill Rules: Avoids known-invalid classes and requires chains for conditional bug categories.
  • Triage for bug bounty workflow: Works across recon-to-exploitation testing by standardizing what “submit-worthy” means per finding.

Quick Start

Ask the system to triage your candidate bug by running the 7-question gate in order and returning PASS/KILL outcomes plus the exact evidence gaps to fix.

Frequently Asked Questions about triage-validation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate if a bug bounty finding is real and report-ready?▼

To validate if a bug bounty finding is real and report-ready, use a structured 7-question triage workflow that checks for HTTP-level exploitability, program scope, impact, uniqueness, and evidence quality. This process stops invalid findings early.

What is the best way to deduplicate bug bounty reports before submission?▼

The best way to deduplicate bug bounty reports is by running them through a structured triage validation gate that checks candidate findings against disclosed reports and known issues to ensure uniqueness before drafting the submission.

How do I map validated attacker impact to a CVSS 3.1 severity score?▼

To map validated attacker impact to a CVSS 3.1 severity score, apply severity guidance rules that require practical attacker impact evidence. This ensures the assigned severity level is defensible and aligns with common program expectations.

When should I not submit a bug bounty report?▼

You should not submit a bug bounty report if the finding matches a known-invalid class on a never-submit list, or if it belongs to a conditional category that fails required exploit chaining rules during the triage validation process.

How does stop-on-first-failure logic work in bug triage validation?▼

Stop-on-first-failure logic in bug triage validation enforces a sequential 7-question gate that immediately halts the evaluation process when a candidate finding fails a check, returning a KILL outcome to prevent wasted time on invalid bugs.

Can I triage candidate bugs across the entire recon-to-exploitation workflow?▼

Yes, you can triage candidate bugs across the recon-to-exploitation workflow by standardizing what submit-worthy means per finding, applying reality checks, impact validation, and report-quality gates to reduce noise regardless of the testing phase.