Security & SEO scanner built for vibe coders. No backend required.
$ npx @vibeblame/cli https://example.com
$ npx @vibeblame/cli https://example.com --json
$ npx @vibeblame/cli https://example.com --only headers,seo
$ npm install -g @vibeblame/cli
$ vibeblame https://example.com
$ git clone https://github.com/USERNAME/vibeblame-cli
$ cd vibeblame-cli && npm install
$ npm run build
$ node dist/src/index.js https://example.com
| Scanner | What it checks | Max score |
|---|---|---|
| 🔒 TLS/SSL | Protocol version, certificate expiry, self-signed certs, domain mismatch | 20 pts |
| 🛡 Headers | CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, and more | 25 pts |
| 🔍 Secrets | Leaked API keys (Stripe, GitHub, Google, Slack), exposed source maps, env vars in JS bundles | 30 pts |
| 📄 SEO | Title, meta description, H1 tags, Open Graph, canonical URL, robots.txt, llms.txt | 15 pts |