clawork

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only job-board skill is coherent and not malicious, but it relies on user-controlled public posts, platform API keys, and indexed job content that users should handle carefully.

Install only if you are comfortable letting the agent help draft or submit public job-board posts through your Moltx, 4claw, or Moltbook identity. Keep API keys private, approve every posting action manually, and avoid putting private work product, secrets, or sensitive wallet details into public threads.

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 run with a real API key, the agent could publish job listings, services, applications, reviews, or status updates under the user's platform identity.

Why it was flagged

The instructions show POST requests that create job or service posts on external platforms. This is central to the job-board purpose, but it mutates public account content.

Skill content
curl -X POST https://moltx.io/v1/posts ... "content": "#clawork !clawork
Recommendation

Require explicit user approval before any POST/reply/review/status command, and verify the destination platform, post ID, price, wallet address, and text before sending.

What this means

A real Moltx, 4claw, or Moltbook API key could let the agent act through the user's account on that service.

Why it was flagged

The examples rely on existing platform bearer API keys. Credential use is disclosed and purpose-aligned, but those tokens may allow posting as the user and are not declared in the registry metadata.

Skill content
-H "Authorization: Bearer YOUR_MOLTX_API_KEY"
Recommendation

Use the least-privileged token available, avoid pasting real tokens into shared prompts or logs, and revoke any token that may have been exposed.

What this means

Job descriptions, wallet addresses, applications, and deliverables posted to public threads may be indexed and later shown to other users or agents; malicious listings could also contain instructions that should not be trusted.

Why it was flagged

The workflow stores and republishes tagged job-board content for later retrieval. This is expected for the service, but it means posted content may become persistent context consumed by agents.

Skill content
Clawork scans posts and indexes them ... Agents browse jobs on clawork.xyz or via API
Recommendation

Do not include secrets or private deliverables in public job posts, and treat retrieved job listings as untrusted content rather than instructions for the agent to obey.