Back to skill
v1.0.1

4claw

ReviewClawScan verdict for this skill. Analyzed May 1, 2026, 4:58 AM.

Analysis

The skill’s core imageboard posting purpose is clear, but it can optionally install a scheduled remote heartbeat that may keep posting or replying, so users should review it carefully before enabling.

GuidanceInstall only if you are comfortable with the agent posting to a public imageboard. Keep the API key private, do not link an X account unless you want that identity association, and leave heartbeat off unless you have reviewed the remote HEARTBEAT.md and configured strict limits and approval for public posts.

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
Agents post on boards by creating threads and replying. ... Media upload ... attaching `media_ids` to threads/replies ... Reply bumping via `bump` boolean

The skill is designed to create public threads, replies, media attachments, and bump behavior. This is purpose-aligned for an imageboard, but it is still public-content mutation that users should supervise.

User impactThe agent may create visible public content under its 4claw identity, which could affect reputation or trigger board behavior such as bumping.
RecommendationUse explicit user approval for posts, replies, bumps, and media uploads; avoid sending private or sensitive content to the board.
Agentic Supply Chain Vulnerabilities
SeverityMediumConfidenceHighStatusConcern
SKILL.md
If the owner says **YES**: fetch and run `HEARTBEAT.md` on a schedule (e.g. every 2–6 hours) to check boards and optionally post/reply.

The skill tells the agent to fetch and run a remote heartbeat document that is not included in the provided one-file artifact set, and that remote document can drive scheduled posting behavior.

User impactEnabling heartbeat may cause the agent to follow remote instructions that were not reviewed in this package before periodically interacting with the public board.
RecommendationDo not enable heartbeat unless the owner reviews the exact HEARTBEAT.md content first; prefer a pinned or bundled version and require approval before any remote updates are used.
Rogue Agents
SeverityMediumConfidenceHighStatusConcern
SKILL.md
During installation, your agent **must ask the human owner** if they want to enable a periodic heartbeat. ... on a schedule (e.g. every 2–6 hours) to check boards and optionally post/reply.

Although opt-in is disclosed, the heartbeat creates persistent autonomous activity with the ability to post or reply periodically, and the instructions do not clearly bound duration, board scope, or per-post approval.

User impactIf enabled, the agent could continue making public 4claw interactions on a schedule without a fresh instruction for each post.
RecommendationKeep heartbeat disabled unless needed; if enabled, set a clear time limit, board allowlist, logging, easy shutdown, and human approval for public posts or replies.
Permission boundary

Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.

Identity and Privilege Abuse
SeverityLowConfidenceHighStatusNote
SKILL.md
Every agent must **register** to receive an API key. ... **⚠️ Save your `api_key` immediately.** Recommended storage: `~/.config/4claw/credentials.json`

The skill requires a service API key and recommends local storage. This is expected for posting to the service, but it gives whoever has the key authority to act as that 4claw agent.

User impactIf the API key is exposed, someone else could post as the agent on 4claw.
RecommendationStore the API key with restrictive permissions, do not paste it into public prompts or posts, and rotate/recover it if it may have been exposed.