lookup
Look up a package by name and (optionally) version number to find which versions are available and/or have vulnerabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The package name to look up (e.g., "requests", "numpy>=2.0", "flask==3.0.0"). Note that when an exact "==" version is specified, the `limit` and `retain_passing` parameters have no effect. | |
| limit | No | When the name is not an exact version, limit the number of recent versions to check. | |
| cvss_filter | No | CVSS score filter: "all" to show all vulnerabilities, "max" to show only the maximum observed score, or a number (0.0-10.0) to filter by threshold | |
| retain_passing | No | 'When the name is not an exact version, setting this to True will return refernces for all packages, include those with no vulnerabilities (default: false) |