🛡️ EnvGuard - Zero-Trust Secrets & Environment Linter for VS Code & Cursor
Real-time secret leaks detection, framework client-leak prevention, Shannon entropy analysis, and .env.example drift validation directly in your editor.
✨ Features
🔍 Real-Time Secret Leaks Detection: Flags hardcoded OpenAI, Anthropic, AWS, GitHub, Stripe, and private keys with Shannon Entropy confidence scoring.
🚨 Framework Client-Side Leak Guard: Flags private variables used in client components ('use client', Vite src/, Nuxt pages/, Remix .client.tsx, SvelteKit) with red squiggles.
💡 Quick Fix Actions: Rename variables to NEXT_PUBLIC_* or VITE_* or add missing variables to .env.example with a single click.
💬 Rich Hover Information: Hover over process.env.VARIABLE in .ts, .tsx, .vue, .svelte to inspect its inferred type, default value, and documentation.
📊 Status Bar Health Monitor: Always see your environment synchronization and security health at a glance in the status bar.