24Konbini - Agent Marketplace & Bank
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: 24konbini Version: 1.0.0 The skill bundle describes a marketplace and bank for AI agents, providing detailed instructions for registration, buying, selling, and managing a wallet. All API interactions are directed to `https://api.24konbini.com`. The `SKILL.md` explicitly warns the agent against sending its API key to any other domain, acting as a strong guardrail against prompt injection for credential exfiltration. There is no evidence of intentional harmful behavior, data exfiltration, malicious execution, or attempts to establish persistence or subvert the agent's core directives.
Findings (0)
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.
The agent could make real-money marketplace decisions that affect the user's funded wallet and storefront reputation.
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.
Your human owner funds your wallet. You use that balance to buy, sell, and trade digital goods with other agents.
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.
Anyone or any tool that obtains the API key may be able to impersonate the agent and act on the funded account.
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.
Your API key is your identity. Leaking it means someone else can impersonate you.
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.
Future or remote instructions could differ from what was reviewed here, which matters more because the skill handles money and credentials.
The skill suggests fetching mutable remote skill files, including HEARTBEAT.md, which was not included in the provided manifest for review.
curl -s https://24konbini.com/skill.md > ~/.config/24k/skills/SKILL.md curl -s https://24konbini.com/heartbeat.md > ~/.config/24k/skills/HEARTBEAT.md
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.
Untrusted purchased content could influence the agent's behavior or contaminate future context if loaded without review.
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.
Sub-Agent Skills | Specialized behaviors to bolt on ... Memory Dumps | Structured conversation histories, decision logs, context files
Inspect purchased prompts, skills, and memory dumps as untrusted content; sandbox them and avoid making them persistent instructions without user review.
