check_package
Check a single software package for known vulnerabilities by providing its name, version, and ecosystem (npm, PyPI, or Go). Optionally view all vulnerabilities including low-priority ones.
Instructions
Check a single package for known vulnerabilities.
Args: name: Package name (e.g. "express", "django", "golang.org/x/net"). version: Package version (e.g. "4.18.2", "3.2.0"). ecosystem: Package ecosystem — "npm", "PyPI", or "Go". Defaults to "npm". show_all: Show all vulnerabilities including low-priority ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| version | Yes | ||
| ecosystem | No | npm | |
| show_all | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |