EnvDrift
EnvDrift is a web app (with a lightweight agent/CLI) that continuously snapshots and compares system test environments against a known-good baseline. It detects “silent” changes that routinely invalidate system testing: config toggles, dependency versions, container images, database schema drift, feature flags, secrets rotation side effects, and infrastructure policy changes. When drift is detected, it pinpoints the most likely culprit and suggests the fastest rollback or remediation steps, then opens a ticket with evidence (diffs, timestamps, owners, impacted services). This is a combination traditional + AI app: traditional collectors and diffing for determinism, plus AI to summarize diffs into human-readable root-cause hypotheses and recommended actions. The goal is brutally practical: reduce wasted QA cycles where teams chase phantom bugs caused by environment inconsistency, not product defects.