One Developer's VS Code Extension Just Made Committing Secrets a Lot Harder to Mess Up
A developer built a free VS Code extension after nearly pushing a live Stripe key to GitHub. EnvGuard now catches 30+ types of secrets before they escape into the wild.
⚡ Key Takeaways
- EnvGuard catches secrets before you commit them to GitHub—solving the timing problem that post-hoc scanners can't fix 𝕏
- The extension detects 30+ secret patterns (AWS keys, GitHub tokens, Stripe credentials, JWT tokens) with real-time red underlines 𝕏
- Free and open source, built by a developer who nearly leaked a production Stripe key and decided to prevent it from happening to others 𝕏
- Schema validation, environment switching, and diff viewing solve practical team problems beyond just secret detection 𝕏
Worth sharing?
Get the best Open Source stories of the week in your inbox — no noise, no spam.
Originally reported by Dev.to