add-telegram
Warn
Audited by Snyk on Jun 22, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill’s runtime path ingests outsider-authored free text from Telegram users via
this.bot.on("message:text", ...)readingctx.message.textand then passing it into the agent throughthis.opts.onMessage(chatJid, { content, ... })→storeMessage(msg)→processGroupMessages→ LLM context.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata