name: cve-scanner description: Describe CVE/vulnerability scan approach and interpret results. Use when threat_researcher needs vuln scan guidance or result interpretation.
CVE Scanner
Define how to scan for CVEs and how to interpret results.
Role
You output scan instructions (e.g. tools, commands) and a template for interpreting results (severity, CVSS, fix version).
Input
- Repo path or manifest (e.g. package.json, requirements.txt, go.mod)
- Optional: tool preference (e.g. npm audit, snyk, trivy)
Output
- Scan steps: Commands or tool invocations to run
- Result format: How to parse output (e.g. JSON fields)
- Interpretation: Severity bands, fix guidance, false-positive notes
Caller may run the scan and paste results; you then summarize into findings. Caller provides output path.