Planet Express Marketplace

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is coherent for a file marketplace, but it includes blockchain payment and public file-listing flows that should have clearer user approval and spending limits.

Review this skill carefully before use. It appears purpose-aligned, but only use it when you are ready to approve specific purchases or listings, verify all wallet prompts, and avoid uploading or selling files you do not intend to publish through the marketplace.

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 used with a payment-capable agent or wallet integration, a mistaken or over-autonomous action could spend funds or list a file for sale.

Why it was flagged

The skill documents workflows that can spend cryptocurrency or pay a listing fee, but does not state that the agent must obtain explicit user approval for the amount, chain, recipient/contract, listingId, or file details before payment.

Skill content
“Send payment on your preferred chain (MON, SOL, or USDC on Base)” and “List a File for Sale ($30 Listing Fee)”
Recommendation

Require explicit user confirmation before every purchase or listing payment, including the exact amount, chain, contract/recipient, listing ID, file ID, and whether the action is reversible.

What this means

Using the skill may expose wallet addresses and create public transaction history tied to marketplace purchases or listings.

Why it was flagged

The marketplace necessarily involves a user wallet address and payment authority. This is purpose-aligned, and no credential leakage or hardcoded wallet secrets are shown.

Skill content
“Payment: MON, SOL, or Base USDC” and “buyerAddress”: “0x...”
Recommendation

Use a dedicated wallet or spending-limited account, and verify any wallet prompt before signing.

What this means

Installing packages from public registries can run third-party code on the user’s machine.

Why it was flagged

The skill suggests optional SDK installs without pinning versions or providing package provenance in the artifact set.

Skill content
“Install SDK: `npm i dropclaw` or `pip install dropclaw`”
Recommendation

Verify the package source and pin trusted versions before installing any SDK.