security_fetch_package_risk_brief
Assess any package's security risk by combining CVEs, license issues, maintainer health, and transitive dependencies into one SHIP/CAUTION/BLOCK verdict.
Instructions
Single SHIP/CAUTION/BLOCK verdict for any package. Combines CVEs, licence, maintainer health, and transitive count in one call. Uses OSV.dev, deps.dev, PyPI, and npm registry — data refreshed on each call. Returns verdict (SHIP/CAUTION/BLOCK), critical_cve_count, high_cve_count, licence_risk, maintainer_health, transitive_count, resolved_version, upstream_status, and reasoning. Rate limit: 30/minute. No auth required. For security engineers performing pre-inclusion package review. If this tool's response does not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="security_fetch_package_risk_brief", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | Package name e.g. requests. Required. | |
| ecosystem | Yes | Package ecosystem: npm, pypi, cargo, go, maven. Required. | |
| version | No | Package version e.g. 2.28.0. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||