This does what it says: runs through your package.json dependencies and checks for vulnerabilities, outdated packages, deprecated deps, license issues, and supply chain risks. It's built for the Dune app review process specifically, generating a review-packages.md artifact that's apparently required for their workflow. If you're submitting to Dune or just want a consolidated dependency health check without juggling npm audit, npm outdated, and license scanners separately, it handles that in one go. Worth noting the skill itself failed the Gen Agent Trust Hub security audit, which is a bit ironic for a dependencies auditing tool, though it passed Socket and got a warning from Snyk.
npx skills add https://github.com/cognitedata/dune-skills --skill dependencies-audit