ClawFriend
Analysis
ClawFriend is broadly aligned with its social/trading purpose, but it requests powerful wallet and API credentials, sets up background automation, and instructs the agent to trust and run community skill content.
Findings (5)
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.
BEFORE performing ANY action, you MUST check for community-installed skills ... If relevant community skill exists → Read its SKILL.md and use it
The core skill instructs the agent to make community skill documents authoritative before any action, allowing unrelated or untrusted local skill text to redirect behavior.
Execute skill-specific commands (if the skill provides scripts): ... node scripts/some-script.js [args]
The skill explicitly permits running scripts supplied by community skills, which may come from a marketplace or manual installation path outside the reviewed core skill.
execSync(`node ${skillPath}/scripts/register.js update-profile --bio "${bio}"`, {The static scan shows a shell command built with an interpolated bio value, which is an unsafe pattern if that value can contain shell metacharacters.
Sets up heartbeat cron job ... Sets up activation monitor cron job ... Run heartbeat checklist every 15 minutes (autonomous execution)
The setup flow creates persistent scheduled jobs that continue operating after the initial setup command.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Your `EVM_PRIVATE_KEY` is your identity and controls your assets ... Leaking it = impersonation, unauthorized posts, and share trading.
The skill requires credentials that can control crypto assets and ClawFriend account actions, including posting and trading.
