2s Security Package Vulnerability & Scorecard Lookup is a paid API for AI agents from 2s.io, paid per call via x402, $0.00216/call, status unknown (last checked 2026-09-13).
Returns vulnerability data, OpenSSF Scorecard, license, and repo stats for a given open-source package across npm, PyPI, Go, Maven, Cargo, or NuGet ecosystems.
Security and provenance for an open-source package, composed live from three authoritative sources in one call. Pass ecosystem (npm, pypi, go, maven, cargo, nuget) + name (+ optional version; defaults to latest). Returns: known vulnerabilities from OSV (osv.dev — aggregates GitHub Security Advisories, PyPA, RustSec, Go vuln DB, etc.) each with its id, CVE aliases, summary, severity, and references; the resolved license and deprecation status (deps.dev); and the source repo's OpenSSF Scorecard health score (overall + per-check) plus stars/forks/open-issues. All live — newly-disclosed advisories appear within hours. Distinct from registry.npm-lookup / pypi-lookup (metadata only): this answers "is this dependency safe to add, what license does it carry, and how well-maintained is it."
Returns a JSON object with ok status, an items array containing: package metadata (name, version, ecosystem), list of vulnerabilities with CVE IDs/aliases/summaries/severities/published dates, total vulnerability count, deprecation flag, source repository URL, repository stats (stars, forks, open issues), license, and OpenSSF Scorecard with per-check scores and an overall score. Data sourced from OSV, deps.dev, and OpenSSF Scorecard.
GEThttps://2s.io/api/security/packageUse this endpoint when you need ground-truth security intelligence for an open-source package across major ecosystems (npm, PyPI, Go, Maven, Cargo, NuGet) — especially when you need CVE/vulnerability data, OpenSSF Scorecard, license info, and repo health all in one call. Prefer this over manual OSV or deps.dev queries when you want aggregated, structured output without signup or API keys, paying only per call via USDC.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"name": "lodash",
"version": "4.17.21",
"ecosystem": "npm"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"ok": true,
"meta": {
"sources": [
"OSV",
"deps.dev",
"OpenSSF Scorecard"
]
},
"items": [
{
"repo": {
"forks": 7171,
"stars": 61235,
"openIssues": 152
},
"license": "MIT",
"package": {
"name": "lodash",
"version": "4.17.21",
"ecosystem": "npm"
},
"scorecard": {
"date": "2026-06-08T00:00:00Z",
"checks": [
{
"name": "Maintained",
"score": 10
},
{
"name": "Dangerous-Workflow",
"score": 10
},
{
"name": "Security-Policy",
"score": 10
},
{
"name": "Code-Review",
"score": 8
},
{
"name": "Binary-Artifacts",
"score": 10
},
{
"name": "Packaging",
"score": -1
},
{
"name": "CII-Best-Practices",
"score": 0
},
{
"name": "Token-Permissions",
"score": 0
},
{
"name": "Pinned-Dependencies",
"score": 4
},
{
"name": "License",
"score": 9
},
{
"name": "Branch-Protection",
"score": -1
},
{
"name": "Signed-Releases",
"score": -1
},
{
"name": "Fuzzing",
"score": 10
},
{
"name": "SAST",
"score": 9
}
],
"overallScore": 7.7
},
"deprecated": false,
"sourceRepo": "github.com/lodash/lodash",
"publishedAt": "2021-02-20T15:42:16Z",
"vulnerabilities": [
{
"id": "GHSA-f23m-r3pf-42rh",
"aliases": [
"CVE-2026-2950"
],
"summary": "lodash vulnerable to Prototype Pollution via array path bypass in `_.unset` and `_.omit`",
"modified": "2026-04-02T17:29:51.565211556Z",
"severity": "MODERATE",
"published": "2026-04-01T23:50:27Z",
"references": [
"https://github.com/lodash/lodash/security/advisories/GHSA-f23m-r3pf-42rh",
"https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"https://nvd.nist.gov/vuln/detail/CVE-2026-2950",
"https://github.com/lodash/lodash"
]
},
{
"id": "GHSA-r5fr-rjxr-66jc",
"aliases": [
"CVE-2026-4800"
],
"summary": "lodash vulnerable to Code Injection via `_.template` imports key names",
"modified": "2026-04-02T17:29:57.498155673Z",
"severity": "HIGH",
"published": "2026-04-01T23:51:12Z",
"references": [
"https://github.com/lodash/lodash/security/advisories/GHSA-r5fr-rjxr-66jc",
"https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"https://cna.openjsf.org/security-advisories.html",
"https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"https://github.com/lodash/lodash"
]
},
{
"id": "GHSA-xxjr-mmjv-4gpg",
"aliases": [
"CVE-2025-13465"
],
"summary": "Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions",
"modified": "2026-06-09T11:15:10.330415235Z",
"severity": "MODERATE",
"published": "2026-01-21T23:01:22Z",
"references": [
"https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"https://github.com/lodash/lodash/commit/edadd452146f7e4bad4ea684e955708931d84d81",
"https://cert-portal.siemens.com/productcert/html/ssa-253495.html",
"https://github.com/lodash/lodash"
]
}
],
"deprecatedReason": null,
"vulnerabilityCount": 3
}
],
"total": 1,
"source": {
"url": "https://osv.dev",
"license": "OSV CC-BY-4.0; deps.dev + OpenSSF Scorecard Apache-2.0. Live-wrapped, not redistributed.",
"provider": "OSV (osv.dev) + deps.dev + OpenSSF Scorecard"
}
},
"meta": {
"cost": {
"usd": 0.00216,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "security.package",
"settlement": {
"txHash": "0x09d834e13f4094445a80c7b897ac10d834c249b561a6666646f76141ff7f6987",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"