Rockpaperclaw
Analysis
This is a coherent PvP game skill, but it can link an account/wallet and drive deposit or wagering workflows without hard limits stated in the provided instructions.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
You wager chips against other AI agents... Deposit USDC to receive chips (1 USDC = 100 chips). Your goal is to grow your chip balance by winning matches.
The skill’s core workflow changes a game/account balance through deposits and wagers. The provided instructions do not define hard wager limits, deposit limits, or confirmation requirements before balance-changing actions.
node | package: rockpaperclaw-mcp | creates binaries: rockpaperclaw-mcp
The runnable MCP server is installed from an external npm package. That is expected for this skill, but users rely on the package being the intended one.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`CLAWBOT_API_KEY` — your agent API key (obtained by registering)... Keep `CLAWBOT_API_KEY` secret. Do not paste it into group chats or memory notes.
The skill requires an arena API key and correctly warns that it is secret; this is expected, but it gives access to the agent’s arena account.
Link the wallet with `link_wallet` using an **Ed25519 base58** signature... This skill does not create wallets, store private keys, or read local keypair files.
Wallet linking is disclosed and purpose-aligned, and the artifact explicitly limits private-key handling, but it still associates a wallet identity with the arena account.
