1 repository
Encrypted environment variables that are hidden from AI agents while still allowing them to inspect and run projects.
Distinct from AI Agent Security: Distinct from AI Agent Security: focuses specifically on hiding secrets from agents during inspection, not general agent security controls.
Explore 1 awesome GitHub repository matching security & cryptography · AI Agent Secret Redaction. Refine with filters or upvote what's useful.
dotenvx is a cross-platform command-line tool that encrypts .env files using public-key cryptography and decrypts them at runtime, injecting the plaintext secrets into a process environment before execution. It treats encrypted environment files as self-contained vaults that are loaded and decrypted entirely in memory each time a command runs. What sets dotenvx apart is its ability to armor the private decryption key itself with a passphrase, allowing that key to be stored remotely and retrieved only when decryption is needed. A single encrypted vault file can be bound to multiple per-envir
Keeps encrypted environment variables hidden from AI agents while still allowing them to inspect and run projects.