Tools
Free developer tools, built fast. All client-side, all open source.
Web Scanner
BrowserDetect leaked API keys, weak passwords, and misconfigurations in your .env files. 100% client-side — your secrets never leave your browser.
CLI Tool
TerminalScan .env files from your terminal. Zero dependencies, CI-friendly exit codes.
npx halfday-env-scan .env GitHub Action
CI/CDAdd env scanning to your CI pipeline. Fails the build when secrets or misconfigurations are detected.
uses: halfday-dev/env-validator@main Pre-commit Hook
GitBlock commits with leaked secrets before they hit version control. Works with the pre-commit framework.
- repo: https://github.com/halfday-dev/env-validator
hooks:
- id: env-scan