Advisories that name an entry
advisories_forCheck if a specific version is affected by known security advisories. Returns each advisory's source, severity band, and affected version range for one named entry.
Instructions
Every public security advisory on record that names one entry, each attributed to the database or report that published it, with its severity criterion and the affected version range. Use it when deciding whether a specific version is inside a known advisory, or after lookup_entry reported advisories; it adds nothing for an entry with none. Small Print attributes and never judges: the severity is the source's or a printed CVSS band. Read-only: one HTTPS GET to smallprint.dev per call, no account, no key, nothing about the caller sent, and the server or skill asked about is never run or contacted. Rate limited to one entry per request; a 429 answer says to wait a minute. A name not in the catalog returns a plain error, not a guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The entry, with its registry prefix when known: npm:@scope/name, pypi:name, mcp-registry:io.github.owner/server, skills.sh:owner/repo/skill, oci:ghcr.io/owner/image. A bare name is read as an npm package. Case-sensitive, up to 300 characters. | |
| version | No | A version string to read the affected ranges against, for example 1.4.2. Optional; the ranges are returned either way and the caller compares. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| total | Yes | ||
| advisories | Yes | ||
| canonicalName | Yes |