Skip to content

Security: bluzir/claude-telegram

Security

SECURITY.md

Security

claude-telegram includes all the essential security primitives out of the box:

  • Telegram whitelist — only approved user IDs can interact with the bot
  • Permission modesdefault, acceptEdits, bypassPermissions control what Claude can do
  • Tool restrictionstools, allowed_tools, disallowed_tools let you limit Claude's capabilities
  • Slash command toggledisable_slash_commands: true to reduce attack surface
  • Settings source controlsetting_sources to ignore workspace-local overrides
  • MCP lockdownstrict_mcp_config: true to disable MCP unless explicitly configured
  • Error sanitization — tokens and paths are redacted from error messages

These controls cover the most common deployment scenarios.

Advanced Security

For production deployments that need hard isolation, DLP, audit logging, and other advanced security features, check out Radius — a security layer purpose-built for claude-telegram.

There aren’t any published security advisories