triage-validation

Automate bug-triage workflows with gate-based decision processes and CVSS 3.1 scoring.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/zer0xhamid/LogicHunter_v2 --skill triage-validation-zer0xhamid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-validation
Source: https://github.com/zer0xhamid/LogicHunter_v2/tree/main/skills/triage-validation
Command: npx skills add https://github.com/zer0xhamid/LogicHunter_v2 --skill triage-validation-zer0xhamid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding valid bug reports quickly requires structured decision logic to prevent wasted effort on invalid findings. This skill enforces a strict triage gate workflow before any report is written.

Core Features & Use Cases

  • 7-Question Gate ensures questions are answered in order and stops the review if a wrong answer is given.
  • 4 Pre-Submission Gates provide early validation to prune non-viable findings before significant effort.
  • Always-Rejected List prevents repeat, low-quality submissions from entering the workflow.
  • Chain-Validated Scenarios requires a coherent chain of reasoning and supporting evidence to be valid.
  • CVSS 3.1 Quick Reference standardizes risk scoring and severity assignment.
  • Severity Decision Guide aligns findings with program definitions to avoid misclassification.
  • 60-Second Pre-Submit Checklist accelerates triage while preserving quality.

Quick Start

Run Gates 0–3 in sequence for every finding to ensure it passes all criteria before submission.

Frequently Asked Questions about triage-validation

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

FAQPage Schema
How do I automate bug triage validation for security findings?

Automate bug triage validation by applying a gate-based decision process that sequentially checks evidence, reproducible steps, and CVSS 3.1 alignment. This workflow stops the review immediately if a finding fails a validation gate, preventing wasted effort on invalid reports.

What is the best way to ensure bug bounty reports have clear evidence before submission?

Ensure bug bounty reports have clear evidence by running them through pre-submission validation gates and a 60-second checklist. These mechanisms prune non-viable findings early by requiring a coherent chain of reasoning and supporting proof.

Can I use CVSS 3.1 baselines to standardize bug triage severity scoring?

Yes, you can use CVSS 3.1 baselines to standardize risk scoring and severity assignment during bug triage. A severity decision guide aligns findings with program-specific definitions to avoid misclassification.

How does a gate-based decision process filter out low-quality security submissions?

A gate-based decision process filters low-quality submissions using an always-rejected list and a strict 7-question gate. If a finding matches rejected criteria or answers a gate question incorrectly, the workflow stops immediately.

Does bug triage validation work for internal security reviews and external bounty programs?

Yes, bug triage validation applies across internal triage reviews, security bug bounty pipelines, and program-specific disclosures. The gate-based workflow ensures only high-quality findings proceed to reporting regardless of the environment.

Why do I need chain-validated scenarios for bug bounty triage?

You need chain-validated scenarios for bug bounty triage to ensure a coherent chain of reasoning and supporting evidence exists before a report is written. This prevents speculative findings from passing the validation gates.