The Missing Variable Checker answers one question: does my .env still match the contract declared in .env.example? It scans both files, then reports every key the example expects that your real file is missing, empty, or hiding behind a comment.
Environment drift is invisible until deploy time. You add STRIPE_SECRET_KEY to a ticket, forget the .env entry, and the pipeline passes — tests on staging fail, and on Monday the report finally tells you. This tool makes that check instant and local, and it also flags orphan keys your .env carries that the example has since removed.
No uploads, no accounts, no logs. Paste both files and get a clear pass/fail list.