cvss_parse
Convert a CVSS v3.x vector string into a clear breakdown that explains each metric, calculates the base score, and provides a plain-English summary.
Instructions
Parse a CVSS v3.x vector string into a human-readable breakdown. Explains each metric, calculates the base score, and provides a plain-English summary.
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') |