Telegram Bot Builder

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If used to build a real bot, the user may be granting the bot power to interact with chats, groups, or payments.

Why it was flagged

Bot setup, group management, and payment features commonly require delegated Telegram bot authority, group permissions, or payment configuration, even though this artifact does not directly request credentials.

Skill content
- 🤖 Bot Setup (BotFather)
- 👥 Group Management
- 💰 Payment (Stars)
Recommendation

Use least-privilege bot permissions, keep bot tokens private, and review any generated bot code before deploying it to groups or payment flows.

What this means

External Telegram messages could influence bot behavior if the generated implementation trusts webhook input too broadly.

Why it was flagged

Webhook and auto-reply functionality implies external inbound messages may trigger automated bot responses; this is expected for a Telegram bot builder but should be implemented with clear origin checks and limits.

Skill content
- 🔗 Webhook Integration
- 📩 Auto-reply / Filters
Recommendation

Validate webhook sources, avoid treating user messages as trusted instructions, and require explicit review for actions such as moderation, purchases, or account changes.