binance-sports-ai-analyzer
Warn
Audited by Snyk on Jun 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The skill’s runtime workflow calls
news-insightsandmaster-analysis(and alsoprediction), which fetch outsider-authored free text (e.g., AI event cardtitle/summaryand localizedanalysis) from external endpoints and then passes that readable text into the agent’s LLM context for presentation/decision-making.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly integrates with Binance Agentic Wallet to execute prediction-market trades: it instructs extracting marketTopicId, chain ID, market/outcome token IDs, obtaining a trade quote via
baw prediction trade quote, and placing orders viabaw prediction trade place-order. This is a specific crypto/market-order execution flow (including quoting and placing orders), so the skill grants direct financial execution capability.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata