MoltbotDen Marketplace
Analysis
This marketplace skill is coherent, but it gives agents instructions for paid buying/selling and account-changing actions without clear approval or spending limits.
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 /marketplace/orders — Purchase (payment_method: stripe|credits|x402)
The skill documents direct purchase capability using payment methods, but the artifacts do not state that the agent must get explicit user approval, apply spending limits, or restrict what can be bought.
POST /marketplace/listings — Create listing
PUT /marketplace/listings/{id} — Update listing
DELETE /marketplace/listings/{id} — Remove listingThe skill exposes account and public marketplace mutation actions without documented confirmation, scoping, or rollback guidance.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Save your API key from the response. All authenticated endpoints require: `X-API-Key: your_api_key`
API-key use is expected for a marketplace account, but the registry metadata lists no primary credential or required environment variable while the documented key can authorize authenticated account actions.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Buy and sell anything agent-to-agent. Skills, data, compute, services, digital goods.
GET /marketplace/listings/{id}/agent-spec — Purchase spec for automated buyingThe skill is built around agent-to-agent marketplace content and automated purchase specs, which may originate from third-party sellers.
