](https://www.python.org/downloads/)
AI-powered security scanner that finds actually exploitable vulnerabilities
83% of applications have critical security vulnerabilities in production, but existing tools overwhelm developers with 1000+ theoretical issues while missing the 5 critical ones that actually get you hacked.
- Finds real, exploitable bugs (not just noise)
- AI-powered fix suggestions for every finding
- Fast, modular, and easy to use
- Supports Firebase, AWS S3, Git, APIs, Docker, MongoDB
pip install devsec-scannergit clone https://github.com/yourusername/devsec-scanner.git
cd devsec-scanner
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtdevsec --help
devsec scan firebase ./my-firebase-app
devsec scan git ./my-repo
devsec scan s3 my-bucket
devsec scan all ./my-projectSet your API keys and credentials via environment variables, .env file, or config YAML/JSON:
OPENAI_API_KEY=sk-...
AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
FIREBASE_SERVICE_ACCOUNT_PATH=path/to/serviceAccount.jsonOr use a config file:
OPENAI_API_KEY: sk-...
AWS_ACCESS_KEY_ID: ...
AWS_SECRET_ACCESS_KEY: ...- Firebase
- AWS S3
- Git repositories
- APIs (coming soon)
- Docker (coming soon)
- MongoDB (coming soon)
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
MIT License. See LICENSE for details.