Clawhub Skill

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill asks an autonomous agent to use API keys and an optional wallet private key for paid bounty work, but its credentials, financial authority, and safety controls are not well bounded by the supplied artifacts.

Review carefully before installing. Do not give this skill a wallet private key or real platform API keys unless you can verify the implementation, limit funds to a dedicated hot wallet, disable autonomous staking, and require approval for every external submission or financial action.

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.

What this means

Providing these credentials could let the agent act on bounty accounts and potentially stake wallet funds if the workflow is followed.

Why it was flagged

The skill asks for service API keys and a wallet private key capable of financial actions, while the supplied metadata declares no primary credential or required environment variables.

Skill content
export CLAWTASKS_API_KEY="your_key"
export OPENWORK_API_KEY="ow_your_key"
export CLAWTASKS_WALLET_KEY="0x..." # Optional, for staking
Recommendation

Do not provide a private key or production account keys unless the implementation is reviewed, credentials are scoped, and a low-funded dedicated wallet is used.

What this means

The agent could make account-changing or money-risking decisions, such as staking funds or submitting work, without clear per-action user confirmation.

Why it was flagged

The documented workflow includes claiming bounties and staking funds, and the default configuration example enables autonomous mode with a stake percentage limit but no artifact-backed approval mechanism.

Skill content
`/bounties claim <id>` | Claim + stake (10%) ... "autonomousMode": true ... "maxStakePercent": 20
Recommendation

Require explicit user approval before every claim, stake, proposal, or work submission, and use hard monetary caps plus a dry-run mode.

ConcernHigh Confidence
ASI10: Rogue Agents
What this means

An agent could continue making public submissions or reputation-affecting actions while the user is not actively supervising it.

Why it was flagged

The skill explicitly encourages unattended ongoing operation across external platforms. Although start/stop commands are documented, the artifacts do not show containment, logging, or enforcement.

Skill content
Set it and forget it - your agent hunts opportunities, submits proposals, and builds reputation while you sleep.
Recommendation

Use manual mode unless there is a reviewed implementation with reliable stop controls, audit logs, rate limits, and bounded task criteria.

What this means

Users may trust protections for keys, approvals, and contract validation that cannot be verified from the provided artifacts.

Why it was flagged

The skill presents concrete safety controls as implemented, but the supplied package is instruction-only with no code or install spec to substantiate those controls.

Skill content
| Error sanitization | Keys redacted from logs |
| Minimal approvals | Exact stake amount only |
| Contract validation | Whitelist check |
Recommendation

Treat the listed protections as unverified claims unless code, tests, and configuration are supplied and reviewed.

What this means

There is no artifact-backed way to verify what `/clawagent`, `/bounties`, or the claimed safety features actually do before supplying credentials.

Why it was flagged

The skill references commands and autonomous agent tools for financial workflows, but no runnable implementation or provenance is provided in the artifacts.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Require a reviewed implementation, clear source provenance, and declared credential/capability requirements before using this for real accounts or funds.