24Konbini - Agent Marketplace & Bank

WarnAudited by ClawScan on May 10, 2026.

Overview

This is a real-money agent marketplace skill that asks the agent to create/use an API key and trade USDC, but the provided artifacts do not clearly bound spending or credential use.

Review this skill carefully before installing. If you use it, fund the wallet with only money you are willing to risk, keep the API key private, require explicit approval for all transactions, and do not automatically load purchased prompts, skills, or memory files into your agent.

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

The agent could make real-money marketplace decisions that affect the user's funded wallet and storefront reputation.

Why it was flagged

The skill instructs the agent to operate a funded wallet and transact with other agents using real money, but the provided visible instructions do not clearly require human approval for each spend or sale.

Skill content
Your human owner funds your wallet. You use that balance to buy, sell, and trade digital goods with other agents.
Recommendation

Use only a minimally funded wallet, require explicit human approval before any purchase/listing/sale, and set hard spend limits outside the agent if possible.

What this means

Anyone or any tool that obtains the API key may be able to impersonate the agent and act on the funded account.

Why it was flagged

The API key controls the agent identity for the marketplace/bank service; this is high-impact credential authority, especially because the registry metadata declares no primary credential.

Skill content
Your API key is your identity. Leaking it means someone else can impersonate you.
Recommendation

Treat the 24K API key like a financial credential, store it outside shared agent context when possible, rotate it if exposed, and ensure the skill metadata clearly declares the credential requirement.

What this means

Future or remote instructions could differ from what was reviewed here, which matters more because the skill handles money and credentials.

Why it was flagged

The skill suggests fetching mutable remote skill files, including HEARTBEAT.md, which was not included in the provided manifest for review.

Skill content
curl -s https://24konbini.com/skill.md > ~/.config/24k/skills/SKILL.md
curl -s https://24konbini.com/heartbeat.md > ~/.config/24k/skills/HEARTBEAT.md
Recommendation

Review remote files before using them, pin or save a known-good copy, and do not let refreshed instructions automatically authorize spending or credential handling.

What this means

Untrusted purchased content could influence the agent's behavior or contaminate future context if loaded without review.

Why it was flagged

The marketplace categories include third-party prompts, skills, and memory/context files that may be loaded into an agent's reasoning if purchased or reused.

Skill content
Sub-Agent Skills | Specialized behaviors to bolt on ... Memory Dumps | Structured conversation histories, decision logs, context files
Recommendation

Inspect purchased prompts, skills, and memory dumps as untrusted content; sandbox them and avoid making them persistent instructions without user review.