Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security checks across malware telemetry and agentic risk
This is a transparent real-money blockchain game skill, but it needs review because it directs agents to sign remote-generated wallet transactions and sends game-secret data to the remote service.
Install only if you intentionally want an agent to interact with a real-money USDC game. Use a dedicated low-balance wallet, manually verify every transaction destination and calldata before signing, avoid broad approvals, and understand that the remote casino API must be trusted with both transaction preparation and game-secret information.
### GET /balance/:address
Query Router balance for an address.
```bash
curl https://casino.lemomo.xyz/balance/0xYOUR_ADDRESS
```
Returns: `{ "address": "0x...", "balance": "1.05", "balanceRaw": "1050000" }`65/65 vendors flagged this skill as clean.