What problem does it solve? During an authorized red team engagement, an agent discovers versioned services but lacks vulnerability hypotheses for them. This Skill looks up candidate CVEs for observed services so the agent can prioritize investigation without guessing or querying hidden topology data. ## Core Features & Use Cases - Service-Based CVE Search: Runs agent-baseline cve-search against observed hosts or services recorded in the world model, using product and version hints from services.md. - Prioritized Results: Exports candidates to vulns.md ranked by CISA KEV membership, CVSS severity, confidence, and CPE versus keyword-only matches. - Official Data Sources: Matches against the NVD CPE API, NVD CVE API, and CISA KEV JSON, with optional cache refresh for stale source data. - Use Case: After reconnaissance reveals Apache httpd 2.4.49 on a host, run the lookup, export the vault, and read the host's vulns.md to get verified-source vulnerability candidates for planning. ## Quick Start Ask the agent to look up CVE candidates for the services observed on a specific host in the current run and show the prioritized results from that host's vulns.md file.