Look up known vulnerabilities for a package+version via OSV API. Supports npm, P...
https://api.strale.io/x402/v2/cve-lookupOverview
Look up known vulnerabilities for a package+version via OSV API. Supports npm, PyPI, Maven, Go, Cargo, NuGet. Returns CVEs with severity and fix versions.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:43
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"ecosystem": {
"description": "npm/pypi/maven/go/cargo/nuget",
"type": "string"
},
"package_name": {
"required": true,
"type": "string"
},
"version": {
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"highest_severity": {
"type": "string"
},
"recommendation": {
"type": "string"
},
"total_vulnerabilities": {
"type": "integer"
},
"vulnerabilities": {
"type": "array"
}
}