Length is not strength. SECRET=aaaaaaaaaaaaaaaa is 16 characters and utterly predictable; SECRET=jK$9mQz2 is shorter and far stronger. The Env Variable Entropy Checker grades every value in your .env so weak secrets stop hiding in plain sight.
Each value gets an estimated bit count from its length and character diversity, then a series of penalty checks: repeated characters, sequential runs like 123456, placeholder words such as password or changeme, leading-zero patterns, and known-format guessability. All penalties are listed, so the report shows why something is weak, not just that it is.
The analysis is a heuristic and runs entirely in your browser.