Tools
Tools: Update: I built a CLI that scans, validates and audits your .env files and it works with any stack
What is Razify?
What it does
🔍 Secret scanning
✅ Pre-deploy validation
🛡️ Git commit protection
📊 Health score
📄 Auto-generated docs
Installation Every dev team has lost hours to .env problems. A missing variable breaks a deploy. An API key gets committed to Git. A new teammate spends half a day figuring out which variables they need. Nobody documented anything. I built Razify to make all of that stop happening. Razify is a single binary CLI tool for .env file management. It diffs, scans, validates, documents, and audits your environment variables — all from your terminal. Works with Node.js, Python, Ruby, Laravel, Rails — anything that uses .env files. Detects leaked secrets using 80+ regex patterns combined with Shannon entropy analysis to catch what pattern matching alone would miss. Catches missing required variables before you deploy. Returns exit code 1 — plugs straight into CI/CD. Installs a pre-commit hook that blocks any commit containing exposed secrets. Set it once, forget about it. Runs scan + validate + diff together. Gives you a score out of 100 with actionable recommendations. Generates a markdown table from your inline comments. No more "what does this variable do?" MIT licensed. PRs very welcome — especially for new secret patterns or improving the scoring algorithm. ⭐ github.com/Hossiy21/razify 🎬 Demo: https://github.com/Hossiy21/razify/raw/master/razify-demo.gif Would love your feedback — especially on the entropy detection
and health scoring. What would make this useful for your workflow? Templates let you quickly answer FAQs or store snippets for re-use. Hide child comments as well For further actions, you may consider blocking this person and/or reporting abuse