Switch language한국어
Back to the list

I built a CLI to stop myself from committing API keys (and broken .env files)

TL;DR AI

Key summary

2 min read
  1. A developer built envcheck, a zero-dependency Node CLI for validating .env files against expected keys or schemas.

  2. It also scans repositories for exposed secrets using known patterns and high-entropy string detection, with redacted findings.

  3. The tool is designed for CI and returns exit codes that can block broken configs or credential leaks before deployment.

Read the original