| Version | Supported |
|---|---|
| latest | Yes |
If you discover a security vulnerability, please report it responsibly:
- Do NOT open a public issue.
- Email the maintainer or use GitHub's private vulnerability reporting.
- Include steps to reproduce, impact assessment, and any suggested fix.
We will acknowledge receipt within 48 hours and aim to provide a fix or mitigation within 7 days.
- Tokens: Bot tokens are stored in
.env(gitignored) and per-channel state directories. Never commit tokens. - Access control: Use
allowlistmode inaccess.jsonto restrict who can interact with your bot. The defaultpairingmode should only be used during initial setup. - Local-only: Claude Code runs locally with no inbound ports. All communication is outbound polling.
- Skill arguments: Avoid passing secrets as slash command arguments — they persist in conversation history. Use
.envfiles or interactive prompts instead.