check_dependencies_against_kev
Check a comma-separated list of software dependency/product names against CISA's live Known Exploited Vulnerabilities (KEV) catalog. Returns any matches with the CVE, vulnerability name, and why it matched. Call this before shipping or during a dependency/security review to catch actively-exploited components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dependencies | Yes | Comma-separated dependency/product names, e.g. "express, lodash, openssl" |