-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
julesFor Jules AI to work onFor Jules AI to work on
Description
Security Audit: Secrets & Configuration
Hunt for exposed secrets and insecure configuration.
Secret Detection
Scan for:
- API Keys - AWS, GCP, Azure, Stripe, etc.
- Passwords - Hardcoded in code/config
- Tokens - JWT secrets, OAuth tokens
- Private Keys - SSH, SSL/TLS, signing keys
- Database Credentials - Connection strings
Check Locations
- Source code (all files)
- Configuration files
- Environment files (.env, .env.example)
- Docker files
- CI/CD configs
- Git history
Configuration Security
- Default Credentials - Changed from defaults?
- Debug Mode - Disabled in production?
- Error Verbosity - Leaking stack traces?
- CORS Policy - Too permissive?
- Security Headers - CSP, HSTS, etc.?
Output
Save to AUDIT-SECRETS.md
Do not include actual secret values - just location and type.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
julesFor Jules AI to work onFor Jules AI to work on