CrewMind.xyz Arena Betting
ReviewAudited by ClawScan on May 10, 2026.
Overview
This is a coherent instruction-only Solana betting helper, but it can guide wallet transactions using real funds on mainnet.
Before installing or using this skill, treat it like any real-money crypto transaction helper: verify the program ID and website independently, use a limited wallet, and only sign transactions after checking the amount, model choice, network, and destination.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used incorrectly or without clear confirmation, an agent could help prepare a transaction that stakes real SOL on a bet.
The skill gives instructions for constructing mainnet betting transactions with user-controlled bet amount and selected model.
**Network** | Solana Mainnet ... `place_bet(ship: u8, amount: u64)`
Require explicit confirmation of the model, amount, wallet address, program ID, network, and transaction fee before signing or submitting any transaction.
The skill depends on wallet authority that can move or risk funds in blockchain transactions.
The documented transaction requires the user's wallet as a signing and writable account, which is expected for betting but grants spending authority.
| 0 | user | ✓ | ✓ | Your wallet |
Use a dedicated low-balance wallet and avoid giving any agent unattended signing authority.
Installing unpinned packages can expose users to dependency changes or supply-chain issues.
The Quick Start suggests installing npm dependencies without pinned versions; this is a standard setup step but leaves dependency provenance/version choice to the user.
npm install @solana/web3.js @coral-xyz/anchor dotenv
Install packages from a trusted environment, consider pinning versions, and review package provenance before use.
