{ "id": "stellaops.secrets.telegram-bot-token", "version": "1.0.0", "name": "Telegram Bot Token", "description": "Detects Telegram Bot API tokens", "type": "regex", "pattern": "[0-9]{8,10}:[A-Za-z0-9_-]{35}", "severity": "high", "confidence": "medium", "keywords": ["telegram", "bot", "api.telegram.org"], "filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.config", "*.py", "*.js"], "enabled": true, "tags": ["telegram", "messaging", "bot", "credentials", "token"], "references": [ "https://core.telegram.org/bots/api#authorizing-your-bot" ] }