verify_artifact
Validate a package URL before install, receiving ALLOW, WARN, or BLOCK verdicts with risk score and findings to avoid unsafe dependencies.
Instructions
Verify a software artifact before installing, executing or depending on it. Accepts a package URL such as pkg:npm/express@4.18.2 or pkg:pypi/requests@2.32.3. Returns ALLOW, WARN or BLOCK with a risk score and findings. Call this before suggesting an install command for any third party package.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy | No | Named policy to evaluate against. Omit for the default. | |
| artifact | Yes | Package URL, for example pkg:npm/express@4.18.2 |