DEV Community

dark king
dark king

Posted on

I built an AI-powered npm dependency scanner โ€“ give it 30 seconds & a package.json

๐Ÿ‘‹ Hey devs,

I recently built a super minimal tool:

https://package-scan.vercel.app

Drop your package.json, and it will:

  • Scan all dependencies
  • Fetch NPM + GitHub info
  • Pull known vulnerabilities via OSV
  • Run AI to generate risk scores, warnings, and upgrade suggestions

Itโ€™s a tiny tool but the goal is to answer:
๐Ÿ‘‰ "Are my dependencies safe or outdated?"

Hit the big button: "Summon the Oracle" ๐Ÿง™โ€โ™‚๏ธ

โ€ฆand let me know if itโ€™s useful โ€” feedback welcome, UI is still rough.

Would love ideas for features you'd actually want.

Top comments (0)