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.
The Prompt
Already a member? Sign in.
Related prompts
Environment Variable Leak Scanner
Scan codebase for hardcoded secrets, unvalidated env refs, and missing fallbacks.
Trace Every State Mutation That Skips the Reducer
Finds every place in a Redux or Zustand codebase where state is mutated directly instead of through the proper store update path.
Cursor: Trace a Bug Across Async Boundaries
Forces Cursor to map the full async execution path before guessing at a fix for race conditions or stale state bugs.
Slash Command: /auth-audit Trace Every Auth Check in the Request Path
A slash command that maps every route to its auth enforcement and surfaces gaps where requests reach handlers unauthenticated.
