Skip to main content
security-scanner is a static security scanner purpose-built for AI-generated web app code. AI builders like Lovable, Bolt, v0, and Cursor frequently produce code with hardcoded secrets, missing auth guards, SQL injection patterns, and CORS misconfigs. This scanner catches those before they hit production. Zero dependencies — pure Python stdlib.

GitHub

nometria/security-scanner

PyPI

security-scanner on PyPI

Install

Usage

What it detects

Secrets and credentials

Authentication gaps

Injection vulnerabilities

Configuration issues

Example output

Use in CI/CD

Run this scanner before migrating a vibe-coded app to production. AI builders often leave hardcoded API keys and missing auth guards that are safe during development but critical in production.