epss_above_threshold
Identify CVEs with EPSS scores above a specified threshold to prioritize vulnerabilities with higher exploitation probability.
Instructions
Find CVEs with EPSS score above a given threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | Yes | EPSS threshold (0-1), e.g. 0.5 for top 50% | |
| limit | No | Max results (default 50) |