What problem does it solve? Security research and vulnerability triage require fast access to authoritative CVE data, but manually browsing the NVD website is slow and hard to automate. This Skill provides verified curl commands against the NVD REST API v2.0 so you can retrieve CVE details, severity scores, and exploit catalog entries directly from the terminal. ## Core Features & Use Cases - CVE Lookup and Detail Extraction: Fetch single or bulk CVE records with CVSS v2/v3/v4 scores, CWE mappings, references, and CISA KEV status. - Filtered Vulnerability Search: Query by CVSS severity, CWE ID, keyword, CPE product, publication or modification date range, and KEV catalog membership. - Use Case: A security engineer needs to check whether any CRITICAL vulnerabilities were published against Apache Log4j versions 2.0 through 2.17.1. Using the virtual CPE match query with version range parameters, they get a filtered list of matching CVEs in seconds. ## Quick Start Ask the agent to look up CVE-2024-3094 in the NVD database and summarize its CVSS severity, CWE weaknesses, and KEV status.