telegram-cli
Fail
Audited by Snyk on Jul 31, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill explicitly instructs running a CLI login with the user's one-time code and optional 2FA password (tg login --code [--password <2FA>]) after the user reports them, which requires embedding secret values verbatim into commands/outputs.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In
scripts/tg, the runtime pathcmd_read/cmd_searchuses Telethon (client.iter_messages(...)) to ingest messagetext/sender_namefrom arbitrary Telegram chats/search results that can be authored by outsiders, and that free text is directly printed or JSON output by the CLI.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata