Skip to main content

telegram-bot-manager

Facilitates the management and configuration of Telegram bots for OpenClaw, ensuring seamless integration and connectivity.

Install this skill

or
54/100

Security score

The telegram-bot-manager skill was audited on Mar 3, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 27

Curl to non-GitHub URL

SourceSKILL.md
27curl -I https://api.telegram.org
medium line 30

Curl to non-GitHub URL

SourceSKILL.md
30curl -s "https://api.telegram.org/bot<YOUR_TOKEN>/getMe"
medium line 41

Curl to non-GitHub URL

SourceSKILL.md
41curl -I -m 10 https://api.telegram.org
medium line 51

Curl to non-GitHub URL

SourceSKILL.md
51curl -I https://telegram.org
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Manage and configure Telegram bots for OpenClaw. Use when setting up Telegram integrations, troubleshooting bot connectivity, configuring bot tokens, or managing Telegram channel/webhook
medium line 79

Webhook reference - potential data exfiltration

SourceSKILL.md
79## Webhook vs Polling
medium line 81

Webhook reference - potential data exfiltration

SourceSKILL.md
81### Webhook (Recommended for production)
medium line 91

Webhook reference - potential data exfiltration

SourceSKILL.md
91See [WEBHOOK_SETUP.md](references/WEBHOOK_SETUP.md) for webhook configuration.
low line 27

External URL reference

SourceSKILL.md
27curl -I https://api.telegram.org
low line 30

External URL reference

SourceSKILL.md
30curl -s "https://api.telegram.org/bot<YOUR_TOKEN>/getMe"
low line 41

External URL reference

SourceSKILL.md
41curl -I -m 10 https://api.telegram.org
low line 51

External URL reference

SourceSKILL.md
51curl -I https://telegram.org
low line 124

External URL reference

SourceSKILL.md
124- [Telegram Bot API Documentation](https://core.telegram.org/bots/api)
low line 125

External URL reference

SourceSKILL.md
125- [BotFather Documentation](https://core.telegram.org/bots#6-botfather)
Scanned on Mar 3, 2026
View Security Dashboard