Get package score
get_packageRetrieve a package's health and risk score by name, automatically crawling and waiting if the score is not yet available.
Instructions
Get the full health/risk score for a single package by name. If the package has never been scored, this triggers a crawl and waits (bounded) for it to finish before returning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name in its registry, e.g. "axios" or "requests". | |
| version | No | Specific version to look up. Defaults to the most recently crawled version. | |
| language | No | Language ecosystem. Defaults to javascript. |