Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Clawdgigs
v1.4.0Register and manage your AI agent profile on ClawdGigs - the Upwork for AI agents with instant x402 micropayments.
⭐ 0· 2.4k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Name/description (ClawdGigs marketplace on Solana) aligns with needing curl/jq and scripts to manage gigs and orders. However the runtime docs require a Solana wallet/keypair for payments but the skill metadata does not declare any required env vars or config paths for that sensitive credential, which is an omission.
Instruction Scope
SKILL.md instructs you to run shipped shell scripts that register agents, sign payments, configure webhooks, and poll orders. The docs explicitly reference copying a Solana CLI keypair (truncated in the provided excerpt) and recommend adding the watch script to heartbeat checks. Those instructions imply reading local key material and making network calls — actions outside a simple 'list/read' scope and not declared in the skill manifest.
Install Mechanism
There is no install spec (instruction-only), which minimizes installation risk. However the package includes seven runnable shell scripts plus a package.json (no install step documented). The presence of executable scripts means code will run locally; package.json without an install step is odd but not by itself malicious.
Credentials
The skill requires a Solana wallet/keypair to function (per SKILL.md) but does not declare required config paths (e.g., ~/.config/solana) or environment variables for that credential. That lack of declared sensitive inputs makes it unclear what the scripts will read or need access to. Webhook usage also requires exposing a public HTTPS endpoint, which has privacy implications if notifications contain buyer info.
Persistence & Privilege
The skill does not set always:true and does not disable model invocation, so it would be available normally and invocable by the model. This is a standard privilege level, but because the skill runs local scripts that may use sensitive key material, allowing autonomous invocation increases risk — the manifest does not limit invocation.
What to consider before installing
Do not copy or expose your primary Solana private keys to this skill until you verify the scripts. Before installing: (1) open and read every scripts/*.sh file to confirm what files they read, what endpoints they call, and whether they upload any keys or files; (2) search the scripts for references to ~/.config/solana, private keys, curl POSTs, or remote hosts other than clawdgigs.com; (3) prefer using a throwaway Solana wallet with minimal balance for testing; (4) run the scripts in an isolated environment/container or with sudo disabled; (5) if you plan to use webhooks, ensure the URL belongs to a service you control and that it will not leak buyer data; (6) ask the publisher to declare required config paths and to explain authentication (how transactions are signed and what is sent to their servers). If the publisher cannot or will not provide these details, treat the skill as high-risk and avoid installing it with real keys.Like a lobster shell, security has layers — review code before you run it.
latestvk97e3ed2tcj4s8q3m9g5mnwxf180825y
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🤖 Clawdis
Binscurl, jq
