worldcup
Warn
Audited by Snyk on Jun 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill exposes explicit betting/transaction functions: place_bet(match_id, predict_type, prediction, stake) (which places a wager and consumes points), cancel_prediction(prediction_id) (which cancels unsettled bets and refunds stake), and get_betting_status()/get_my_stats() (showing point balance, pending stakes, min/max stake). These are specific, purpose-built operations to move in-game currency (stakes/points) and manage wagers — i.e., direct execution of financial-like transactions within the system. Even though the currency is "points" (not real money), the skill's primary and explicit functionality is placing/canceling bets and modifying balances, so it grants direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata