Planet Express Marketplace
Analysis
This is a coherent file-marketplace skill, but it can guide an agent through paid crypto transactions and public file listings without explicit approval safeguards.
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.
Purchase a File (x402 Payment) ... POST /marketplace/purchase ... Send payment on your preferred chain ... Retry POST with `X-PAYMENT: base64(JSON({ network, txHash }))`The skill documents a workflow for paid blockchain purchases, but the artifacts do not require explicit user approval, amount/recipient review, spending limits, or rollback safeguards before payment.
First store your file via DropClaw (`POST /vault/store`) ... `POST /marketplace/list` ... Your file appears in the marketplace for others to purchase
The listing flow can publish a selected file and metadata into a marketplace for others to purchase, but the artifacts do not describe confirmation, validation, unlisting, or containment safeguards.
Install SDK: `npm i dropclaw` or `pip install dropclaw`
The skill is instruction-only, but it suggests installing third-party SDK packages without pinned versions; this is optional and purpose-aligned, but supply-chain relevant.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
API Base: `https://dropclaw.cloud/marketplace` ... First store your file via DropClaw (`POST /vault/store`)
The skill discloses external DropClaw API use for marketplace and file-storage operations; this is expected for the purpose, but file data and metadata leave the local environment.
