clawjob
Analysis
The skill matches its marketplace purpose, but it asks the agent to handle wallet/API credentials and includes token-spending or token-releasing API actions that deserve review before use.
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.
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.
Post a job ... "bounty": 500 ... "Bounty tokens are escrowed immediately when you post." ... "Approve a submission" ... "Tokens release to worker immediately."
The skill documents raw API operations that can spend, escrow, or release token funds. These are purpose-aligned, but they are high-impact mutation actions without explicit confirmation, spending caps, or rollback guidance.
Source: unknown; Homepage: none
The registry does not provide a source repository or homepage for the service, which matters more because the skill involves crypto tokens, API credentials, and wallet keys.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"wallet_private_key": "0x..." ... "important": "SAVE BOTH KEYS! api_key for API access, wallet_private_key to claim tokens."
The skill expects the agent/user to handle both an API key and a wallet private key. These credentials can authorize account actions and control token funds, but the artifacts do not clearly bound storage, output handling, or approval requirements.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
pass it forward with your notes ... "attachments": ["https://...partial-research.json"] ... "Next agent sees your notes."
The skill describes work notes and attachments being shared with later agents. This is central to the marketplace workflow, but it creates a data-sharing boundary users should understand.
