summarize_risk
Aggregate a risk summary for a list of CVE IDs by computing a weighted composite risk score and returning severity levels with prioritized remediation guidance.
Instructions
Aggregate a risk summary for a list of CVE IDs.
Fetches each CVE from NVD, computes a weighted composite risk score, and returns a severity breakdown with prioritized remediation guidance.
Risk score formula: (CRITICAL×10 + HIGH×5 + MEDIUM×2 + LOW×1) / total_found
Score range: 0 (no risk) → 10 (all CRITICAL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cve_ids | Yes | 1–10 CVE IDs, e.g. ``["CVE-2021-44228", "CVE-2022-22965"]``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||