EnvRedact
This tool helps redact values from .env files before you
share configuration snippets with coding agents, LLMs, or support
tickets.
If a variable name contains one of these keywords (for example
API_TOKEN), the value is replaced with
<redacted>.
Security notice
Redaction is based on variable names and the keyword list above. It is a best-effort helper, not a guarantee that every secret is detected. Review the output before sharing it and rotate any credentials that were shared by mistake.