Review a dependency update before merging
review_dependency_upgradeUse when an agent reviews a Dependabot, Renovate, npm, or PyPI version change before merge. One cited result combines security delta, runtime compatibility, breaking changes, go/no-go risk, and ordered migration actions for exact current and target versions. Do not use for new installs, unknown versions, general documentation, or other ecosystems. Read-only and safe to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | compact is optimized for agent decisions; full includes the complete legacy plan payload. | compact |
| package | Yes | Exact registry package name. | |
| runtime | No | ||
| ecosystem | Yes | Package ecosystem. Only npm and pypi are supported. | |
| target_version | Yes | Exact candidate version. | |
| current_version | Yes | Exact installed version. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | ||
| billing | No | ||
| package | No | ||
| reasons | No | ||
| coverage | No | ||
| decision | No | ||
| evidence | No | ||
| headline | No | ||
| cache_hit | No | ||
| citations | No | ||
| ecosystem | No | ||
| freshness | No | ||
| confidence | No | ||
| risk_score | No | ||
| next_action | No | ||
| compatibility | No | ||
| latest_stable | No | ||
| version_facts | No | ||
| action_allowed | No | ||
| changelog_urls | No | ||
| claim_evidence | No | ||
| repository_url | No | ||
| security_delta | No | ||
| target_version | No | ||
| current_version | No | ||
| analysis_version | No | ||
| breaking_changes | No | ||
| migration_actions | No | ||
| recommended_target | No |