What problem does it solve?
Safe systematic dependency upgrade with vulnerability scanning and rollback capability. Detects project ecosystem, audits outdated and vulnerable packages, presents a prioritized upgrade plan, and executes upgrades one at a time with test verification after each. Use when updating dependencies, fixing vulnerability alerts, or performing periodic dependency maintenance.
Core Features & Use Cases
- Detects project ecosystem by scanning for package manager files: go.mod, package.json, pyproject.toml, Cargo.toml, *.csproj
- Audits outdated and vulnerable packages across ecosystems and presents a prioritized upgrade plan
- Executes upgrades one at a time with test verification after each, with rollback on failure
- Never auto-commit; supports multi-ecosystem upgrades and per-ecosystem workflows
Quick Start
Initiate a guided, one-at-a-time dependency upgrade workflow with test verification after each upgrade.