check_package
Fetch a machine-readable JSON report with health score, vulnerabilities, deprecation status, latest version, and maintainer details to programmatically evaluate package safety for CI gating or parsing.
Instructions
Full machine-readable JSON report (~2k tokens). USE WHEN: you need to programmatically parse specific fields (CI gating, UI, sub-field extraction). Otherwise prefer get_package_prompt. RETURNS: {package, health:{score}, vulnerabilities[], latest, deprecated, maintainers, recommendation}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ecosystem | Yes | ||
| package | Yes | Package name (e.g. 'express', 'fastapi', 'serde'). | |
| version | No | Specific version (optional; default = latest). |