From cybersec-toolkit
Researches CVE IDs via NVD API, generates standalone Python PoC scripts, and produces detailed vulnerability reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersec-toolkit:cve-poc-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Research a CVE by ID, generate a standalone Python proof-of-concept script, and produce a detailed vulnerability report.
Research a CVE by ID, generate a standalone Python proof-of-concept script, and produce a detailed vulnerability report.
poc.py) that demonstrates the vulnerability safely. Follow the script standards in reference/poc-methodology.md.report.md) with metadata, root cause analysis, risk assessment, and remediation guidance.| Field | Source | Usage |
|---|---|---|
| CVE ID | NVD | Primary identifier |
| CVSS v3.1 Score + Vector | NVD | Risk scoring |
| CWE ID(s) | NVD | Vulnerability classification |
| CPE Matches | NVD | Affected products and versions |
| Advisory URLs | NVD references | Research sources |
| Patch Links | NVD references / vendor | Remediation guidance |
| Description | NVD | Vulnerability summary |
| Published / Modified dates | NVD | Timeline |
{OUTPUT_DIR}/
artifacts/cve-pocs/CVE-XXXX-XXXXX/
poc.py # Standalone Python PoC script
reports/cve-pocs/CVE-XXXX-XXXXX/
report.md # Detailed vulnerability report
/cve-poc-generator CVE-2024-XXXXX
The skill accepts a single CVE ID as argument. Multiple CVEs should be processed with separate invocations.
requests. No framework dependencies.--confirm flag.npx claudepluginhub 26zl/cybersec-toolkit --plugin cybersec-toolkitResearches CVE IDs via NVD API, generates standalone Python PoC scripts, and produces detailed vulnerability reports.
Researches a CVE or vulnerability disclosure end-to-end: affected versions, reachability in your code, public PoC availability, patch status, exposure window, and mitigation guidance. Use for CVE, zero-day, EPSS, or patch triage.
Guides setting up coordinated vulnerability disclosure programs, responding to external reports, writing security advisories, and requesting CVEs.