telegram-mini-app
Warn
Audited by Snyk on Apr 15, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill example includes a runtime tag that loads and executes remote JavaScript from https://telegram.org/js/telegram-web-app.js, which is required for the Mini App to function and therefore executes external code in the app context.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly includes blockchain wallet/payment APIs and code to execute payments: it documents TON Connect integration and a concrete sendTransaction example (tonConnectUI.sendTransaction with amount and destination), and shows Telegram payment/invoice usage (bot.replyWithInvoice / provider_token). These are specific, purpose-built financial execution functions (crypto transactions and platform invoices), not generic browser or HTTP tooling.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata