From communitytools
Researches CVE by ID via NVD API and advisories, generates safe standalone Python PoC script with standard libraries, and produces detailed markdown vulnerability report.
npx claudepluginhub transilienceai/communitytoolsThis skill uses the workspace's default tool permissions.
Research a CVE by ID, generate a standalone Python proof-of-concept script, and produce a detailed vulnerability report.
Retrieves CVSS scores, severity, CWE IDs, and descriptions for CVEs from NVD. Auto-invoked whenever CVE IDs (CVE-YYYY-NNNNN) are mentioned or discovered.
Gathers CVE vulnerability details from NVD, MITRE, Go VulnDB, and GHSA with fallback searches for new CVEs or incomplete web results.
Generates polished, human-sounding vulnerability disclosure reports for GHSA, HackerOne, and email. Auto-selects channel, calculates CVSS, adapts tone.
Share bugs, ideas, or general feedback.
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.