Security scanner for vibe-coded applications
Project description
VibeSafe Scanner
A lightweight security scanner for vibe-coded applications.
Installation
pip install vibesafe
Or install from source:
pip install -e .
Usage
Scan the current directory:
vibesafe scan
Scan a specific directory:
vibesafe scan --path /path/to/project
Output as JSON:
vibesafe scan --json
What It Checks
Secrets
- .env files committed to git
- Hardcoded API keys (OpenAI, AWS, Google, GitHub, Slack)
AI Spend Risks
- AI calls inside loops
- Missing max_tokens limits
- Retry loops around AI calls
Authentication
- Debug authentication bypasses
- Plaintext password storage
Infrastructure
- Debug mode enabled
- CORS wildcard configuration
- Potential SQL injection risks
Exit Codes
0- Scan passed, no failures1- Scan found failures or error occurred
Features
- 🚀 Fast (<5 seconds for most repos)
- 🎯 High-signal, low-noise checks
- 📍 Evidence-based findings with file:line references
- 🎨 Clear visual output with status icons
- 💡 Explains why each issue is dangerous
- 📊 Security score (0-100)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vibesafe_scanner-0.1.0.tar.gz
(13.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vibesafe_scanner-0.1.0.tar.gz.
File metadata
- Download URL: vibesafe_scanner-0.1.0.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d2a789b4b87bc7396997f3b278a08cc1d6eddc28b55af64346561034d9693e9
|
|
| MD5 |
7b44d271b724e73914fdf784097bca1a
|
|
| BLAKE2b-256 |
54e169b9b56eb3e7eec2f44d2db0dcc28e80c648aa1d7c7cbf8e1b71243397f8
|
File details
Details for the file vibesafe_scanner-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vibesafe_scanner-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cae08e8f2196282795dd5da679ca0a8e1ffec42f2180c55656e4d5a4e8b3bdf5
|
|
| MD5 |
79105da0b301af961e7357e4ed9c283c
|
|
| BLAKE2b-256 |
fbab74a3d723c382f9ab0eb204ab90841666437e894787a3d5f3b8cc07c86201
|