exploitwatch__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, or when working out whether an EU Cyber Resilience Act Article 14 reporting obligation (the 24h early warning / 72h notification / 14-day final report clock) has been triggered. Matching is by name and deliberately errs towards over-matching, so review each hit before acting on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dependencies | Yes | Comma-separated dependency/product names, e.g. "express, lodash, openssl" |