Retrieve CVE risk scores from NVD. Auto-invoked whenever a CVE ID is mentioned to display CVSS score, severity, CWE, and description.
CVE-YYYY-NNNNN) is mentioned by the user or discovered during research/scanning. Do not wait for explicit invocation.CVE-\d{4}-\d{4,})[object Object]
| CVE ID | Score | Severity | CWE | Description |
|---|---|---|---|---|
| CVE-XXXX-XXXXX | 9.8 | CRITICAL | CWE-79 | ... |
CVE-2024-12345: 9.8 CRITICAL (CWE-79) — Remote code execution via ...
NVD_API_KEY is set in .env, the script uses it for higher rate limits.