What problem does it solve?
It helps you determine whether a disclosed CVE is actually applicable to your environment and what you should do about it, instead of guessing based only on the package name or CVSS.
Core Features & Use Cases
- End-to-end CVE investigation: pulls canonical sources (NVD, vendor advisory, GitHub advisory, CISA KEV, EPSS) and summarizes the security impact and timelines.
- Affected-version confirmation: identifies the precise vulnerable version ranges by correlating vendor language, release notes, and patch commits.
- Reachability and exploitability assessment: maps the vulnerable code path to your actual runtime usage to decide whether it is direct, indirect, not reachable, or unknown.
- Decision-ready remediation guidance: recommends patching or mitigation options (disable features, deploy WAF/proxy filters, segment services, add detection) and structures accept-risk only with compensating controls and re-evaluation triggers.
Use case: A team sees a high-severity CVE in a dependency and needs to quickly answer, for their specific deployed version, whether it is reachable through their product’s execution paths and whether there is a PoC/active exploitation that elevates urgency.
Quick Start
Use the vuln-research skill to analyze the CVE mentioned in the prompt and produce a decision-ready vulnerability assessment for your environment.