Only the latest release is supported with security updates.
| Version | Supported |
|---|---|
| Latest | Yes |
| Older | No |
Do not open a public issue for security vulnerabilities.
Instead, please use GitHub's private security advisory to report vulnerabilities.
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Assessment: Within 1 week
- Fix: Depending on severity, typically within 2 weeks
- Session keys are stored in the app's settings file (
%APPDATA%\ClaudeTracker\settings.json) with standard user-level file permissions - CLI OAuth tokens are read from Windows Credential Manager (managed by Claude Code)
- No credentials are transmitted to any server other than the official Anthropic API endpoints
- All API requests use HTTPS
- No telemetry or analytics data is collected
- The app only communicates with
claude.ai,console.anthropic.com,api.anthropic.com, andgithub.com(for update checks)
- Updates are distributed via GitHub Releases
- Velopack verifies package integrity before applying updates
- Keep your session keys private — do not share them
- Use Claude Code CLI sync when possible (more secure than manual session keys)
- Keep ClaudeTracker updated to the latest version
- Review app permissions if you're concerned about security