Please report security issues privately to the maintainer instead of opening a public issue.
- Contact: Jamie Mills 861dvpn8@1yz.xyz
Include:
- affected version
- reproduction steps
- impact assessment
- any suggested mitigation
- Authentication tokens and optional browser cookies are stored in local encrypted files.
- This storage is machine-bound and deterministic; it reduces portability of copied files but is not equivalent to OS-backed secret storage.
- Browser cookies should be treated as sensitive session material and only stored when needed.
- The default test suite is isolated from real user config.
- Tests that intentionally use real user config must be explicitly marked and opt-in.
- PyPI publishing uses GitHub Actions with OIDC trusted publishing.
- Maintainers should run
sh .claude/scripts/release-check.shbefore tagging a release.
GitHub Releases are the authoritative public changelog for this project.