AI-invisible secret storage. Your API keys stay on your machine.
devsafe lockbox import .env
Your .env file gets encrypted into a binary lockbox. The original stays untouched.
STRIPE_KEY={{LOCKBOX:STRIPE_SECRET_KEY}}
The AI sees placeholder names, never real values. It writes code using references.
devsafe lockbox run -- npm start
Secrets are decrypted and injected into the process. Your app runs normally. The AI never sees the values.