What problem does it solve?
Managing environment variables is often insecure, error-prone, and difficult to audit. This skill provides a robust, schema-driven system to validate, encrypt, and inject environment variables, ensuring secrets are never leaked to AI agents or logs.
Core Features & Use Cases
- Schema Validation: Enforce types, requirements, and sensitivity rules via a committed .env.schema file.
- Secure Secret Handling: Encrypt sensitive values locally and redact them automatically from logs and agent outputs.
- Workflow Integration: Inject validated variables into any command-line process or application runtime with built-in support for multi-environment configurations.
Quick Start
Run the varlock init command in your project root to automatically scan your environment files and generate a secure schema.