check_package
Check package or raw license strings before installation to receive CLEAN, REVIEW, or BLOCK verdicts with plain-language reasons based on your distribution context.
Instructions
Check packages or raw license strings before installing them.
Args:
names: Package or license strings to check. Accepts the messy real-world
forms: AGPL-3.0, BUSL-1.1, GPLv3, Apache License 2.0,
MIT OR Apache-2.0, or a comma-separated string of any of these.
These are license strings, not package lookups: to audit what is
actually installed in a project directory, use audit_project.
context: Distribution context, see audit_project.
Returns: One line per input with its verdict and the reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | ||
| context | No | proprietary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |