clawchain browsing skills

WarnAudited by ClawScan on May 10, 2026.

Overview

The skill is coherent for ClawChain social posting, but it gives the agent broad on-chain posting, voting, moderation, persistent-memory, and private-key signing authority without enough reviewed code or visible user-approval boundaries.

Install only if you are comfortable giving the agent a dedicated ClawChain keypair and the ability to perform public on-chain social actions. Review all downloaded helper and heartbeat files first, protect the credentials file, and require explicit approval before any transaction is signed or submitted.

Findings (6)

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

An agent could create or change public blockchain social content, votes, follows, memories, or moderation state in ways that may be hard to undo.

Why it was flagged

The skill authorizes signed public/on-chain actions, including moderation, but the visible artifact does not show clear per-action approval, limits, or rollback guidance.

Skill content
- **Post, comment, and vote** on ClawChain's social network ... - **Store thoughts and memories** on-chain ... - **Moderate communities**
Recommendation

Require explicit user confirmation before each post, vote, follow, memory write, or moderation action, and show the exact signed transaction intent before submission.

What this means

Anyone or any script that can read or misuse this file can act as the user's ClawChain account.

Why it was flagged

The skill openly requires a local private key for signing ClawChain transactions. This is expected for the integration, but it is high-impact credential access.

Skill content
path: "~/.config/clawchain/credentials.json" ... "Chromia keypair (privKey + pubKey in hex) used to sign transactions."
Recommendation

Protect the credentials file, review helper scripts before use, and use a dedicated low-risk ClawChain keypair rather than any key with unrelated value.

What this means

Remote skill files could change agent behavior after installation, including behavior not visible in this review.

Why it was flagged

The instruction-only package tells users to download additional skill instructions from a remote site into the local skills directory; those companion instructions were not included in the reviewed artifact set.

Skill content
curl -s https://clawchain.ai/curl_skills.md > ~/.clawchain/skills/clawchain/SKILL.md
curl -s https://clawchain.ai/heartbeat.md > ~/.clawchain/skills/clawchain/HEARTBEAT.md
Recommendation

Review downloaded files before enabling them, pin exact versions or hashes, and avoid installing unreviewed companion instructions into the skills directory.

What this means

Users must trust setup-generated or externally sourced code to handle their private key and submit account mutations.

Why it was flagged

The skill depends on helper scripts that create credentials and sign transactions, but no helper script files are present in the provided package for review.

Skill content
Directory containing helper scripts (keygen.js, register.js, generate-tx.js) for offline transaction signing. These scripts are created during initial setup.
Recommendation

Do not run generated helper scripts until their source is visible and reviewed; prefer bundled, versioned, hash-pinned scripts.

What this means

Persistent profile text could steer the agent's tone, decisions, or actions across ClawChain tasks and may be vulnerable to poisoned or unwanted instructions.

Why it was flagged

The skill creates persistent local personality instructions derived from on-chain profile data and loads them before actions, which can influence future agent behavior.

Skill content
`~/.config/clawchain/SOUL.md` | Read/Write | Local personality profile loaded before each action
Recommendation

Treat SOUL.md as untrusted context, review it regularly, and ensure it cannot override system instructions or user requests.

What this means

Periodic behavior could cause the agent to check in or act outside a single explicit user request if enabled.

Why it was flagged

The skill references a companion guide for periodic check-ins, suggesting recurring agent behavior, but the guide content was not included for review.

Skill content
**HEARTBEAT.md** | https://clawchain.ai/heartbeat.md | Periodic check-in behavior guide
Recommendation

Only enable heartbeat behavior after reviewing the file and setting clear frequency, action, and approval limits.