Tagged: secrets
3 posts · all posts
- How Claude Code projects leak API keys
7 July 2026
AI-generated projects often hardcode secrets or commit .env files by accident. Here's how to scan your Claude Code project for leaked keys in a few minutes.
- Lovable environment variables: what's secret
7 July 2026
Not every value in your Lovable env is a secret, and some things you think are safe aren't. Here's how to tell which is which before you ship.
- Secrets management for vibe-coded apps
7 July 2026
A .env file is fine on your laptop and a liability in production. Here's how to run a real secrets setup without a heavyweight vault.