The Prompt
Read this prompt free
Create a free account, takes 10 seconds. Just your email, no credit card.
Free accounts also get the weekly newsletter.
Tags
#security#environment-variables#secrets-management#validation#production-safety
Related prompts
Trace Every Environment Variable to Its Consumer
Maps each env var in your codebase to where it's read, how it's validated, and what breaks if it's missing.
Convert a .env File Into a Secrets Exposure Risk Report
Audits a sanitized .env file to identify which variables carry secrets and how badly exposure would hurt.
Extract Type Safety Gaps From TypeScript Codebase
Finds TypeScript files where `any` types, missing type annotations, or unsafe casts hide potential runtime errors.
.cursorrules: Flag Any Variable Name That Lies About Its Type
Adds a Cursor rule that catches misleading variable names where the name implies one type but the value is another.
