We support the latest version of the crewkit CLI with security updates.
| Version | Supported |
|---|---|
| 0.1.x | ✅ |
| < 0.1 | ❌ |
Please do not open public issues for security vulnerabilities.
If you discover a security vulnerability, please email us at:
Please provide:
- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact (what could an attacker do?)
- Suggested fix (if you have one)
- Your contact information (for follow-up questions)
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Status updates: Every 1-2 weeks until resolved
- Fix timeline: Depends on severity
- Critical: 1-7 days
- High: 1-2 weeks
- Medium: 2-4 weeks
- Low: Best effort
We ask that you:
- Do not publicly disclose the vulnerability until we've released a fix
- Do not exploit the vulnerability beyond what's necessary to demonstrate it
- Allow reasonable time for us to address the issue
In return, we commit to:
- Credit you in the release notes (if desired)
- Keep you informed throughout the process
- Act in good faith to resolve the issue quickly
When using crewkit CLI:
# Check your version
crewkit --version
# Update to latest
npm update -g @crewkit/cli- Never commit
.agent/config.ymlwith sensitive data - Use environment variables for secrets
- Revoke tokens if compromised:
crewkit auth logout
- Audit agent configs before deploying
- Limit agent permissions appropriately
- Monitor agent modifications via session logs
- Rotate API keys regularly
- Use separate keys for dev/prod
- Store keys in OS keychain (macOS/Linux)
- Storage: Tokens are stored in OS keychain
- Expiry: Access tokens expire after 1 hour
- Refresh: Refresh tokens are automatically rotated
- Agent files: Written to
.claude/agents/ - Backups: Stored in
.claude/.backups/ - Permissions: Uses default user permissions
- API calls: HTTPS only to
api.crewkit.io - No telemetry: We don't collect usage data without consent
- Error tracking: Sentry for crash reports (opt-in)
Security updates are released as:
- Patch versions for low/medium severity issues
- Out-of-band releases for critical vulnerabilities
- Advisories published on GitHub Security Advisories
Subscribe to releases on GitHub to get notified.
For security concerns: security@crewkit.io
For general questions: Open a discussion
Thank you for helping keep crewkit secure! 🔒