OPEN_SOURCE ↗
YT · YOUTUBE// 3d agoOPENSOURCE RELEASE
envradar flags environment-variable drift across repos
envradar is an open-source CLI and GitHub Action that scans a repository for environment-variable drift, including variables used in code, documented in example files, present only locally, or referenced only in CI workflows. It helps maintainers catch missing documentation, stale entries, and CI-only secrets before they turn into onboarding friction or deployment bugs.
// ANALYSIS
Hot take: this is the sort of unglamorous developer tooling that pays for itself quickly because env drift is a recurring source of broken setups and wasted time.
- –Useful as both a local CLI and a CI gate, so it fits into existing workflows without much ceremony.
- –Broad language and file support makes it relevant for mixed-language repos, not just one stack.
- –The GitHub Action mode is the strongest angle: annotations, summaries, and strict failure behavior make the findings actionable in PRs.
- –The value proposition is narrowly scoped but clear, which is usually a good sign for adoption.
// TAGS
open-sourcecligithub-actionsdevtoolsenvironment-variablesci-cd
DISCOVERED
3d ago
2026-04-08
PUBLISHED
3d ago
2026-04-08
RELEVANCE
6/ 10
AUTHOR
Github Awesome