1 link tagged with all of: ai-security + ai-code-generation + secrets-management + env-files + anthropic
Links
Anthropic’s CISO reveals that Claude AI generates 90% of their code and walks through their secret-protection measures. He highlights how plain .env files can expose sensitive data in AI workflows and shares a detailed security configuration.
- Claude reportedly generates ~90% of Anthropic's internal code
- Secrets are kept in a centralized manager rather than hard-coded, with placeholders swapped in only at deploy time
- Plain .env files are flagged as a major vulnerability due to being easily leaked via Git or copied carelessly
- Recommended fixes include vaulting environment variables, short-lived tokens, automatic rotation, and zero-trust network segmentation
anthropic
ai-security
secrets-management
env-files
ai-code-generation