Back to browse
GitHub Repository
0 starsGo

Envguard – Like ESLint but for your environment variables

by Vamsha50·Jun 8, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemShip It

Code-scanning to auto-discover env vars beats manual .env validation.

Strengths
  • Scans actual code to discover used variables instead of just validating .env structure.
  • Privacy-engineered: only reads key names, never logs or transmits secret values.
  • Packaged for npm, pip, and Go — flexible installation for different workflows.
Weaknesses
  • Env validation is a crowded category with dotenv-linter and IDE plugins already.
  • Zero stars and forks suggests very early stage with no community validation yet.
Target Audience

Backend and full-stack developers

Similar To

dotenv-linter · dotenv-validator · VS Code ESLint env plugins

Similar Projects

Developer Tools●●Solid

VSCode .env Autocomplete

Scans code for variable usage to autocomplete .env keys automatically.

Solve My ProblemCozy
chrillemn
202mo ago