| Version | Supported |
|---|---|
| 0.2.x | ✅ |
| < 0.2 | ❌ |
Sidekick Agent Hub is designed with security in mind:
- No API keys stored: Uses Claude Code CLI authentication, which manages credentials securely
- No telemetry: No data is sent to external servers beyond Claude API calls
- Code stays local: Your code context is only sent to Anthropic's API through the authenticated CLI
If you discover a security vulnerability, please report it responsibly:
- Do not open a public issue
- Email the maintainer directly or use GitHub's private vulnerability reporting feature
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Resolution timeline: Depends on severity, typically 1-4 weeks
- Keep dependencies updated: Regularly update npm dependencies
- Use authenticated CLI: Always authenticate via
claude authbefore use
This security policy covers:
- The VS Code extension (
sidekick-vscode/)
It does not cover:
- Claude Code CLI (report to Anthropic)
- Third-party dependencies (report to respective maintainers)