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.

What this means

If used incorrectly or without clear confirmation, an agent could help prepare a transaction that stakes real SOL on a bet.

Why it was flagged

The skill gives instructions for constructing mainnet betting transactions with user-controlled bet amount and selected model.

Skill content
**Network** | Solana Mainnet ... `place_bet(ship: u8, amount: u64)`
Recommendation

Require explicit confirmation of the model, amount, wallet address, program ID, network, and transaction fee before signing or submitting any transaction.

What this means

The skill depends on wallet authority that can move or risk funds in blockchain transactions.

Why it was flagged

The documented transaction requires the user's wallet as a signing and writable account, which is expected for betting but grants spending authority.

Skill content
| 0 | user | ✓ | ✓ | Your wallet |
Recommendation

Use a dedicated low-balance wallet and avoid giving any agent unattended signing authority.

What this means

Installing unpinned packages can expose users to dependency changes or supply-chain issues.

Why it was flagged

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.

Skill content
npm install @solana/web3.js @coral-xyz/anchor dotenv
Recommendation

Install packages from a trusted environment, consider pinning versions, and review package provenance before use.