cvss_parse
Parse CVSS v3.x or v4.0 vector strings into a human-readable breakdown, explaining each metric and calculating the base score with a plain-English summary.
Instructions
Parse a CVSS v3.x or v4.0 vector string into a human-readable breakdown. Explains each metric, calculates the base score, and provides a plain-English summary. Supports both CVSS:3.1 and CVSS:4.0 format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector | Yes | CVSS vector string (e.g., 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H') |