security-disclosure-triage

Evaluate security advisories against repository checkouts and assign severity.

76|11|Updated May 18, 2026
One-click install
npx skills add https://github.com/superagent-ai/skills --skill security-disclosure-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-disclosure-triage
Source: https://github.com/superagent-ai/skills/tree/main/skills/security-disclosure-triage
Command: npx skills add https://github.com/superagent-ai/skills --skill security-disclosure-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify whether an incoming security advisory is a real, disclosable vulnerability in a target repository checkout, and assign an honest severity. Use when triaging an advisory, GHSA, scanner finding, or draft report from the researcher/reporter side to decide if it is worth disclosing. Optimizes against false confirmations and inflated severity.

Core Features & Use Cases

  • Reproduces the advisory construct to determine if it maps to a real vulnerability.
  • Identifies the crown-jewel asset and the actual guard, reducing false positives.
  • Produces structured triage outputs and a recommended disposition with severity calculations.
  • Use Case: A security team receives a GHSA draft, and this skill guides evaluation from reproduction to disclosure decision.

Quick Start

Follow the triage framework to assess a new advisory against a target repository checkout and produce a triage report.

Frequently Asked Questions about security-disclosure-triage

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

FAQPage Schema
How do I triage a security advisory to verify if it is a real vulnerability?

Triage a security advisory by reproducing the advisory construct against a target repository checkout to verify it maps to a real vulnerability, checking trust boundaries, and assigning an honest severity based on version grounding.

How do I assess the severity of a GHSA draft report for responsible disclosure?

Assess the severity of a GHSA draft report by enforcing a stepwise evaluation from reproduction to trust boundary checks and version grounding, which produces structured triage artifacts with a recommended disposition and honest severity calculation.

What is the best way to reduce false positive vulnerability confirmations from scanner findings?

Reduce false positive vulnerability confirmations by identifying the crown-jewel asset and the actual guard in the target repository, ensuring the scanner finding maps to a real disclosable vulnerability before confirmation.

Can I use this triage process for draft reports from external security researchers?

Yes, you can use this triage process for draft reports from external researchers. It evaluates incoming advisories from the reporter side to decide if the vulnerability is worth disclosing, optimizing against false confirmations and inflated severity.

When do I need structured triage artifacts for vulnerability disclosure?

You need structured triage artifacts for vulnerability disclosure when you must document the recommended disposition and severity calculation for a security advisory, ensuring an honest evaluation across codebases requiring responsible disclosure.