What problem does it solve?
This Skill helps you research a CVE and produce a safe, standalone proof-of-concept plus a detailed vulnerability report, saving time versus manual research and writing while reducing the risk of harmful PoCs.
Core Features & Use Cases
- CVE research from NVD and advisories: Pulls CVSS v3.1 scoring, CWE IDs, CPE matches, timelines, and source links from NVD, then deep-dives vendor and public advisories to document root cause and affected versions.
- Deterministic, safe PoC script generation: Generates a standalone Python poc.py using standard libraries plus requests, designed for least-harm validation with a read-only default and an explicit --confirm for any potentially impactful action.
- Comprehensive report generation: Produces report.md with metadata, root cause analysis, risk assessment, affected product ranges, remediation guidance, and fully cited sources.
Quick Start
Run the skill with a target CVE ID to generate a poc.py and a report.md in the outputs/ processed and reports folders.