Vendor Risk Intelligence

Know your vendors' vulnerabilities
before they become yours

Real-time vendor risk intelligence. One API call.

VVP API — Live Query
$ curl https://vvp-api.lyrastone.com/api/v1/pulse \
  -H "X-API-Key: vvp_live_xxxx" \
  -d '{"vendor": "cisco"}'

{
  "vendor": "Cisco Systems",
  "cve_count_30d": 14,
  "critical": 2,
  "risk_score": "HIGH",
  "latest_cve": "CVE-2026-1884",
  "source_count": 5
}
5
Gov Data Sources
Fast
Cached Responses
Google Cloud
Infrastructure
NVD
Authoritative source
Capabilities

Intelligence at the speed of risk

Enterprise-grade vulnerability intelligence designed for security teams that move fast.

NVD-Powered

Sourced directly from the National Vulnerability Database. Updated continuously. No third-party lag, no stale feeds.

Continuous Monitoring

Monitor your vendors continuously. New CVEs surface in your next API query — no manual checking required.

CPE Matching

Precise product matching via Common Platform Enumeration. Query by vendor, product, version, or ecosystem.

API-First

REST JSON with OpenAPI spec. Integrates into your stack in an afternoon.

How It Works

Three steps. Zero noise.

01

Register a Vendor

Submit a vendor name or CPE string. VVP resolves the canonical identifier and begins continuous monitoring.

02

Receive Intelligence

Query the pulse endpoint anytime new vulnerabilities are published for your vendors.

03

Act with Confidence

Risk scores, CVSS vectors, affected versions, and remediation context in every response. Decide faster.

Developer Experience

One call. Everything you need.

The VVP API returns structured risk data in a single response. No pagination for standard queries. No complex aggregations on your end.

REST JSON

OpenAPI 3.1 Spec
# Query vendor risk with curl
curl -X POST https://vvp-api.lyrastone.com/api/v1/pulse \
  -H "Content-Type: application/json" \
  -d '{"vendor": "cisco"}'

# Or with Python requests
import requests

response = requests.post(
    "https://vvp-api.lyrastone.com/api/v1/pulse",
    json={"vendor": "microsoft"}
)

pulse = response.json()
print(pulse["composite_risk_level"])  # "MEDIUM"
print(pulse["cve_summary"]["total"])  # 7
Pricing

Start free. Scale as you grow.

Every plan includes NVD-backed data, CPE matching, and fast cached responses.

Free
$0
Forever
  • + 50 queries per month
  • + Basic CVE + CVSS scores
  • + JSON API access
  • + Community support
Get Free Key
Basic
$49/mo
Billed monthly
  • + 500 queries per month
  • + Full CVE detail + trending
  • + Vendor registrations
  • + Email alerts
  • + Email support
Start Basic
Enterprise
$499/mo
Billed monthly
  • + Unlimited queries
  • + Bayesian weight personalization
  • + Dedicated support channel
  • + Full historical archive
  • + Dedicated support
Contact Sales
Built for Security Teams

Your vendor risk intelligence layer

Built for security engineers, DevSecOps teams, and GRC analysts who need vendor vulnerability data without the noise.

REST API — NVD + CISA KEV + EPSS

Early adopter feedback welcome. Help shape the API, influence the roadmap, and get priority access to new capabilities.

Start monitoring your vendors today.

Free tier. No credit card. Live in five minutes.

Get Your Free API Key