This one actually fixes your dependencies instead of just yelling at you about them. It runs through your package.json hunting for outdated packages, known CVEs, deprecated libraries, and sketchy licenses, then updates what it can and tells you how to fix the rest. Built specifically for Flows apps, so it generates the review-packages.md artifact their review process expects. The health scoring is practical: it flags packages under 10k weekly downloads, anything not updated in two years, or dependencies with known vulnerabilities as failures you need to address. It even checks for supply chain risks like suspicious install scripts and walks you through replacing bad dependencies with maintained alternatives.
npx skills add https://github.com/cognitedata/builder-skills --skill dependencies-audit