What problem does it solve?
This skill eliminates environment variable sprawl and insecure secret handling in Vite, Cloudflare Workers, and Tauri projects by enforcing a centralized, canonical configuration architecture.
Core Features & Use Cases
- Centralized Configuration: Migrates all environment variables to wrangler.toml and vite.config.ts, eliminating fragmented .env files.
- Security Hardening: Enforces a strict separation between non-sensitive variables and secrets, ensuring sensitive values are never committed to version control.
- Audit & Compliance: Provides a comprehensive suite of shell-based audit tools to detect and remove forbidden access patterns like process.env in worker code.
Quick Start
Run the env-dogma audit and refactor process to identify all forbidden environment variable patterns and migrate them to the canonical configuration.