| Version | Supported |
|---|---|
| 0.1.x | ✅ |
If you discover a security vulnerability in TeamClaw, please report it responsibly:
- Do NOT open a public GitHub issue for security vulnerabilities
- Email your findings to the project maintainers
- Include detailed steps to reproduce the vulnerability
- Allow reasonable time for a fix before public disclosure
- Type of vulnerability (e.g., SQL injection, XSS, authentication bypass)
- Steps to reproduce the issue
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 1 week
- Fix & Release: Depends on severity, typically within 2 weeks for critical issues
When deploying TeamClaw:
- Always change default admin credentials after first login
- Use strong, unique values for
JWT_PRIVATE_KEYandENCRYPTION_KEY - Run behind a reverse proxy (Nginx/Caddy) with HTTPS in production
- Keep Docker images updated
- Restrict Docker socket access (
/var/run/docker.sock) - Use network segmentation between public-facing and internal services
如果您发现 TeamClaw 的安全漏洞,请通过以下方式负责任地报告:
- 不要在 GitHub 上创建公开 issue
- 通过邮件联系项目维护者
- 提供详细的复现步骤
- 在公开披露前给予合理的修复时间
- 首次登录后立即修改默认管理员密码
- 为
JWT_PRIVATE_KEY和ENCRYPTION_KEY使用强随机值 - 生产环境使用反向代理(Nginx/Caddy)配置 HTTPS
- 定期更新 Docker 镜像
- 限制 Docker socket 访问权限