I built a free CLI that scans your vibe-coded project locally before you ship it. No sign up, no GitHub, nothing leaves your machine.
I kept seeing people hesitant to share their code for security scans so I made the whole thing run locally.
npx should-i-ship scan
It checks for missing auth, rate limiting gaps, exposed secrets, input validation issues, dangerous functions, and general launch blockers. You get your top 3 findings with full detail for free.
So far across scans I’ve been running, 40% of projects had hardcoded credentials, 40% had zero rate limiting on API endpoints, and 40% had routes with no auth at all. These aren’t edge cases. They keep showing up.
If you want the complete report with every finding, exact files, and fix prompts, that’s $10. Still no account needed. Findings get uploaded (never source code), you get a link, you pay, you see everything.
If you have Semgrep or OSV installed locally it’ll run those too for deeper security and dependency checks. I’d recommend it if you’re serious about shipping something to prod.
Almost at 1k npm downloads in about two weeks. Just want to help people catch this stuff before their users do.
npx should-i-ship scan