A scheduled GitHub Action that emails you a clean, categorized password-review report from an Excel sheet—so rotations don't get missed.
PasswordCheckup started from a simple engineering thought: if remembering to change passwords is a problem, the real solution is not better memory, but better systems.
PasswordCheckup is a GitHub Action that scans an Excel spreadsheet of password metadata and emails a daily HTML summary of entries that are due for review soon or have gone stale.
It helps teams stay compliant with periodic password rotation policies by surfacing upcoming review dates ( 1 day / 3 days / 1 week ) and passwords that haven't been changed in a long time ( 90 days ).
The workflow is designed for privacy: it reads local repository data ( Excel + YAML recipients ) and sends notifications through your SMTP provider, without calling external password or breach APIs.
Instead of remembering when to change a password, build a system that remembers for you.