DepGraph
DepGraph is a web app (with optional GitHub/GitLab app) that continuously maps your codebase’s dependency graph and flags “drift”: hidden transitive upgrades, duplicated versions, risky license changes, and packages that quietly became unmaintained. Unlike generic vulnerability scanners, it focuses on stability and upgrade safety: it simulates upgrade paths, highlights which services will be impacted, and produces a concrete, ordered upgrade plan with PR-ready change sets. It also tracks internal packages and monorepos, showing which teams own which nodes and where version pinning is causing conflicts. The MVP can start with JavaScript/TypeScript and Python ecosystems, then expand. This is an AI + traditional app: AI helps generate upgrade plans and PR descriptions, but the core value is deterministic graph analysis and reproducible reports. It’s built for teams tired of “green CI” that still ships dependency chaos.