Security scanner for vibe-coded applications
Project description
VibeSafe Scanner
A lightweight security scanner for vibe-coded applications.
Installation
pip install vibesafe-scanner
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.2.tar.gz
(13.9 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.2.tar.gz.
File metadata
- Download URL: vibesafe_scanner-0.1.2.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc45351786c3a8c7a4a147213007a266c35a08be5e52d9b93c5ec5db59508962
|
|
| MD5 |
4765f49afe8952acfaeac32604ed4325
|
|
| BLAKE2b-256 |
39ff59ece0ab90c9fd845c3e0a8d0086f226ed179d18bb8954972eb4ad936d4d
|
File details
Details for the file vibesafe_scanner-0.1.2-py3-none-any.whl.
File metadata
- Download URL: vibesafe_scanner-0.1.2-py3-none-any.whl
- Upload date:
- Size: 16.1 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 |
a604bee95bb36f97107a375f16d780d03b6029f22d8df1005aeec0c252ef87bb
|
|
| MD5 |
c962c1c54d30b049c796386a0b5b17f6
|
|
| BLAKE2b-256 |
00b55623abd7fd4693a2747ad832b4e48be8c71751ff38a8c1e68f44248f326f
|