|
|
|
|
|
by oulipo
306 days ago
|
|
That's why now I've completely eliminated .env secrets from my codebase and I only use 1Password (with the cli) so it loads secrets dynamically as needed. So if I'm running some AI CLI on my codebase it won't try to leak some secrets |
|
Check out https://varlock.dev to add validation, type-safety, and additional security guardrails.