ToolAssay

Security and provenance for an open-source package, composed live from three aut

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."

Answeringour last check, 2026-09-24
1 of 1checks answered this week
249 msmedian answer time
$0.0054listed price per call
$0.0054price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://2s.io/api/security/package

CategoryCompany and compliance
Provider host2s.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.0054 249 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "ecosystem": "npm",
    "name": "lodash",
    "version": "4.17.20"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "const": "GET"
        },
        "queryParams": {
          "properties": {
            "ecosystem": {
              "description": "Package ecosystem: npm, pypi, go, maven, cargo, or nuget.",
              "type": "string"
            },
            "name": {
              "description": "Package name (e.g. lodash, requests).",
              "type": "string"
            },
            "version": {
              "description": "Version (defaults to latest).",
              "type": "string"
            }
          },
          "required": [
            "ecosystem",
            "name"
          ]
        },
        "type": {
          "const": "http"
        }
      },
      "required": [
        "type",
        "method",
        "queryParams"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON