magos-arena
Warn
Audited by Snyk on Jun 16, 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 allows registering webhook agents and will POST game state at runtime to a user-supplied webhook (example: https://your-server.com/connect4/move), relying on the remote response to determine moves—i.e., executing external code that directly controls agent actions.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly includes cryptocurrency payment functionality: code to generate wallets/private keys, a USDC contract address on Base, a platform wallet address, and concrete API endpoints to request and confirm deposits (/api/payments/deposit/request and /api/payments/deposit/confirm) as well as an endpoint to create staked matches (/api/stakes/quickmatch). These are specific, actionable crypto/payment operations (wallet creation, on-chain transfers, deposit confirmation, and staking funds), which constitute direct financial execution capability.
MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
- Hidden Unicode characters detected (1 type(s) found)
Issues (3)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
W021
MEDIUMHidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
Audit Metadata