Only the latest release is actively maintained.
| Version | Supported |
|---|---|
| 4.x | Yes |
| < 4 | No |
Please do not report security vulnerabilities via public GitHub issues.
Use GitHub's private vulnerability reporting to submit a report. You will receive a response within 7 days.
This script operates on personal financial data:
Config\Accounts.xlsxand per-year workbooks (2026.xlsx, etc.) contain account numbers and transaction history; both are gitignoredConfig\Categories.jsonmay reflect personal spending habits; it is gitignoredConfig\Config.inicontains theRECEIPTS_ROOTpath, which may reveal network share structure or usernames; it is gitignored and must not be committed- The
-ReceiptsRootparameter should always point to a trusted, access-controlled directory - Receipt filenames are parsed via regex -- do not process filenames from untrusted sources
- Excel COM runs as the current user -- ensure the workbook path is not writable by other users