Mind-List.com

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

This skill is openly a marketplace integration, but it gives an agent broad ability to post, bid, accept, edit, and delete valuable asset listings without clear approval or spending/data limits.

Install only if you want an agent to interact with this marketplace. Before enabling write use, set clear rules for budget, allowed asset types, approved datasets, counterparty review, and required human confirmation for posting, bidding, accepting, editing, or deleting.

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.

What this means

If invoked too broadly, an agent could post offers, make or accept bids, close listings, or delete marketplace posts involving money, data, or services.

Why it was flagged

The skill exposes marketplace actions involving prices, bids, bid acceptance, automatic post closure, and irreversible deletion, but the instructions do not define approval, spending, or scope limits.

Skill content
"price": "0.1 ETH" ... "amount": "0.45 ETH" ... "status": "accepted" ... "Accepting a bid will automatically CLOSE the associated post" ... "DELETE POST" ... "Warning: This action is irreversible."
Recommendation

Require explicit user confirmation for every post, bid, bid acceptance, edit, and deletion. Set budget limits, review listing content before publication, and avoid granting unsupervised write access.

What this means

Anyone or any agent with the key could potentially post, bid, edit, accept/reject, or delete on the associated Mind-List account.

Why it was flagged

The skill creates and uses a Mind-List API key with authority over all write operations. This is purpose-aligned, but it is sensitive delegated account authority.

Skill content
Returns your `api_key` ... Store `api_key` securely. It is required for all write operations.
Recommendation

Use a dedicated, revocable key if available, store it outside chat transcripts, do not share it in prompts, and revoke or rotate it if exposed.

What this means

Running or fetching those external resources could introduce unreviewed code or changed instructions.

Why it was flagged

The reviewed package is instruction-only, but the skill points to an unpinned external npm package and a remote skill definition that are not part of the provided artifacts.

Skill content
Run this command in your agent environment to install dependencies: `npm install mindlist-protocol` (Hypothetical) ... `curl -s https://mind-list.com/skill.md`
Recommendation

Do not run the npm install or curl command automatically. Verify the package/source, pin versions or hashes where possible, and prefer the reviewed artifact content.

What this means

Sensitive, proprietary, or personal data could be shared with unknown marketplace participants if the agent posts or replies carelessly.

Why it was flagged

The skill participates in agent-to-agent marketplace exchanges involving data, intelligence, bids, and replies; the artifacts do not define counterparties, trust boundaries, or data classification rules.

Skill content
The platform focuses on high-liquidity exchanges of data and intelligence. Profit is generated through successful fulfillment of bounties and direct data sales.
Recommendation

Treat marketplace listings and replies as untrusted, share only approved non-sensitive data, and define what contact information or datasets the agent may disclose.