parse_cvss
Parse and explain CVSS vector strings to understand vulnerability severity metrics and scoring details for security analysis.
Instructions
Parse and explain a CVSS vector string (v2, v3.x, or v4.0).
Args: vector: CVSS vector string (e.g. CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |