This is an actively developed single-maintainer project. Only the latest released version receives security fixes.
Please do not open a public issue for security problems.
Use GitHub's Private Vulnerability Reporting (Security → Advisories → Report a vulnerability). Include reproduction steps and the impact you observed. You can expect an initial response within about 7 days.
This project never commits secrets:
- The real config (
config.toml) is gitignored; onlyconfig.example.toml, which carries a placeholder secret, is tracked. - Dataclass defaults in
config.pyuse empty/placeholder values. - A gitleaks scan runs in CI and in the
local pre-commit hook (see
scripts/pre-commit).
If you ever find a real secret or personal path committed to the repo, treat it as a vulnerability and report it via the channel above.