You're viewing a demo portfolio

Join the waitlist
PRSM

get_osv_advisory_for_package

Active

Tool of TensorFeed

declared in 1.36.2

Cross-ecosystem vulnerability advisory lookup via OSV.dev. Given an ecosystem (PyPI, npm, Go, crates.io, Maven, NuGet, RubyGems, Packagist, etc) and a package name (optional version), returns advisories affecting that package. License: Apache 2.0.

Parameters schema

{
  "type": "object",
  "required": [
    "ecosystem",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Package name"
    },
    "version": {
      "type": "string",
      "description": "Optional package version"
    },
    "ecosystem": {
      "type": "string",
      "description": "OSV ecosystem identifier (PyPI, npm, Go, crates.io, etc)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

TensorFeed

https://github.com/RipperMercs/tensorfeed

1/7 registries
View full server →
get_osv_advisory_for_package — TensorFeed — PRSM MCP