dependency-vuln-triager
Installation
SKILL.md
Dependency Vulnerability Triager
When to invoke
- "Triage today's
npm auditoutput." - "I have 87 CVEs from pip-audit — what should I actually fix this week?"
- "Group these advisories by package and tell me the upgrade path."
Inputs needed
- Scanner JSON from one of:
npm audit --jsonpip-audit --format json- OSV-Scanner JSON
- A generic list (the tool auto-detects)
- (optional) Reachability hints — a text file listing import paths your app actually uses (one per line). Findings whose package isn't reachable get demoted.
- (optional) Production-only flag — drop dev-dependency findings.