Install any skill in seconds. Free to start, no credit card required.
Get Started Free →CVE research, standalone PoC script and report generation. Given a CVE ID, researches NVD and advisories, generates a safe Python PoC, and writes a detailed vulnerability report.
.claude/skills/transilienceai-cve-poc-generator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-18 | ✗→✓ | ▲ Improved | 38% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -42% | 0% |
Research a CVE by ID, generate a standalone Python proof-of-concept script, and produce a detailed vulnerability report.
python3 tools/nvd-lookup.py <CVE>). Extract the CVSS score/vector using the v4.0-primary ladder (v4.0 → v3.1 → v3.0 → v2.0; the tool's JSON_SUMMARY exposes cvss_version + cvss_vector), plus CWE IDs, CPE matches, advisory URLs, and patch links.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 Score + Vector (v4.0 primary; v3.1/v3.0/v2.0 fallback) | 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-XXXXXThe skill accepts a single CVE ID as argument. Multiple CVEs should be processed with separate invocations.
requests. No framework dependencies.--confirm flag.Other measured skills in the registry, with their headline benchmark lift.