telegram-bot
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Employs
curlandjqto execute API requests and handle JSON responses, which are standard utilities for the skill's stated purpose. - [EXTERNAL_DOWNLOADS]: Connects to
api.telegram.org. As this is the official and well-known endpoint for Telegram's bot services, these interactions are considered safe. - [CREDENTIALS_UNSAFE]: Properly manages authentication by requiring the
TELEGRAM_BOT_TOKENto be provided as an environment variable, thereby preventing the risk of hardcoded secrets.
Audit Metadata