frontend_security_fetch_package_risk_brief
Retrieve a security risk brief for npm packages with frontend context including weekly downloads and UI component detection. Provides verdict, CVE counts, licence risk, and maintainer health to guide package adoption decisions.
Instructions
SHIP/CAUTION/BLOCK risk brief for an npm package with frontend-specific context. Wraps security_fetch_package_risk_brief restricted to npm, and adds weekly_downloads and is_ui_component signals. package_name: npm package name. Required. version: Optional pinned version — latest resolved if omitted. Returns verdict, CVE counts, licence risk, maintainer health, weekly_downloads, is_ui_component. Use security_fetch_package_risk_brief for non-npm ecosystems. Read-only. No side effects. Idempotent. Sources: OSV.dev, deps.dev, npm registry. If this tool's response does not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="frontend_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. | |
| version | No | Package version e.g. 2.28.0. Optional. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||