VibeProdVibeProdbeta
Sign in →

Skill Marketplace

One-click PRs that fix production readiness issues in your codebase

+ Contribute
Category
Move Secrets to EnvFREE

Scans your codebase for hardcoded credentials using pattern matching and entropy analysis. Creates a `.env.example` file, replaces all occurrences with `process.env.VAR_NAME`, and opens a single reviewable PR.

+18
score pts
4
files touched
LOW
risk
What it fixes
hardcoded-secret
exposed-api-key
plaintext-password
Validation checks
no new hardcoded values
app still boots
.env.example present
Execution plan
Clone repo snapshot
Detect framework & stack
Generate fix diff on branch
Run validation checks
Open PR — ready for review