check_kev
Check a comma-separated list of software dependency/product names (e.g. 'lodash, openssl, apache struts') against CISA's real, public Known Exploited Vulnerabilities (KEV) catalog. Returns any current matches with the CVE ID, description, date added, and known ransomware use -- grounded in CISA's live feed, not a guess. Useful for triaging whether a project's dependencies include anything under active exploitation right now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dependencies | Yes | Comma-separated dependency/product names, e.g. 'express, lodash, openssl' |