telegram-compose
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
jqto extract bot tokens from the local configuration file~/.clawdbot/clawdbot.jsonandcurlto transmit data to the Telegram API. These commands are essential for the skill's messaging functionality and target a well-known service domain. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by processing external message content for HTML delivery via the Telegram API.
- Ingestion points: The
$MESSAGEvariable used in thecurlcommand withinSKILL.md. - Boundary markers: None present in the shell script snippet to delimit user content from instructions.
- Capability inventory:
curlsubprocess execution for network communication. - Sanitization: The documentation provides instructions for manual HTML escaping, but the skill does not implement programmatic sanitization or validation within the provided code.
Audit Metadata