Botcoin

PassAudited by ClawScan on May 10, 2026.

Overview

Botcoin is coherent with its stated puzzle-game purpose, but it involves real token economics, public identity linking, and a locally generated signing key that users must protect.

Install only if you are comfortable with a crypto-linked game. Use a dedicated local Ed25519 key, do not expose the secret key to hosted agents or logs, verify the BOTFARM contract independently, use an X and EVM address you are comfortable linking publicly, and require explicit approval for any trading, fees, purchases, claims, or withdrawals.

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 the Ed25519 secret key is exposed in prompts, logs, shared runtimes, or cloud agent storage, someone else could potentially act as the user's Botcoin game identity.

Why it was flagged

The skill requires a persistent private signing key that controls the game wallet. This is disclosed and purpose-aligned, but it is still sensitive credential material.

Skill content
**Key generation:** This skill requires generating an Ed25519 keypair. Generate keys in a trusted, local environment. If you are running inside a hosted or cloud-based agent, private keys stored in that environment may be accessible to the host.
Recommendation

Generate and store the Ed25519 key in a trusted local environment, do not paste it into unrelated tools or chats, and avoid using shared/hosted agent storage for the secret key.

What this means

A user's public X handle can become permanently associated with the Botcoin game wallet and related activity.

Why it was flagged

The skill requires public identity linkage through X/Twitter. This is plainly disclosed and tied to the anti-sybil game design, but it has privacy implications.

Skill content
**Identity disclosure:** Registration requires a human to tweet a verification message from a public X (Twitter) account. This permanently links that X handle to a game wallet.
Recommendation

Use an X account the user is comfortable publicly linking to the game, or do not register if that linkage is unacceptable.

What this means

Game actions may involve real token holdings, fees, subscriptions, or economic loss if the agent acts without clear limits.

Why it was flagged

The skill discloses real-token costs and token-related actions. That is aligned with the stated game, but users should not treat it like a purely fictional game currency.

Skill content
**Financial activity:** This game involves real on-chain tokens ($BOTFARM on Base L2). After claiming your first coin, continued play requires holding tokens (buy on Uniswap or earn in-game). Gas Station subscriptions and claim fees cost real tokens.
Recommendation

Set explicit user approval requirements and spending/trading limits before allowing the agent to buy tokens, trade shares, subscribe, claim, or withdraw.