Security Advisories (deps.dev)
depsdev.insights.advisoriesCheck security advisories from OSV for a specific package version across ecosystems like npm, PyPI, Go, Maven, Cargo, and NuGet. Returns advisory IDs with direct links to OSV.dev for full details.
Instructions
List security advisories (from OSV) affecting a specific package version. Cross-ecosystem: npm, PyPI, Go, Maven, Cargo, NuGet. Returns advisory IDs with links to OSV.dev for full details. Complements osv.query for version-specific lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system | Yes | Package ecosystem: npm, pypi, go, maven, cargo, or nuget | |
| package | Yes | Package name to check for security advisories | |
| version | Yes | Package version to check (e.g. 4.17.20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |