Workflow validation

KEV and CVE Watchlist API

A buyer-intent page for security teams that need a lightweight API to poll CVE, KEV, severity, vendor, and product-watchlist changes from public vulnerability sources.

GET /v1/cyber/kev-watchlist?vendor=nginx&since=2026-07-01&severity=critical
{
  "data": [
    {
      "cveId": "CVE-2026-0001",
      "knownExploited": true,
      "severity": "critical",
      "vendor": "SampleVendor",
      "matchedProduct": "SampleServer",
      "modifiedAt": "2026-07-02"
    }
  ],
  "meta": { "sampleOnly": true, "workflow": "kev-cve-watchlist-api" }
}

Likely Buyers

This page is only a demand test. Build starts after tracked workflow intent beats the broader market pages.

Signals To Watch

These events decide whether this workflow deserves implementation.

Smallest Build

If this page crosses a gate, the first implementation should stay this narrow.

Validation stage. This workflow is not a live paid backend yet. Requests and clicks are tracked under the Cyber Vulnerability Change Feed validation funnel.