Spot

WarnAudited by ClawScan on May 18, 2026.

Overview

This Binance Spot skill can use API keys to place and cancel real trades, but its high-impact permissions and credential handling are not clearly bounded in the supplied artifacts.

Install only if you intend to let the agent interact with Binance Spot. Start on testnet, use a dedicated restricted API key with no withdrawal permission and IP allowlisting, and require explicit confirmation before any live order, cancellation, or cancel-replace action.

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 the agent is given trading credentials, a mistaken or unintended invocation could place or cancel live orders.

Why it was flagged

These documented authenticated endpoints can create, cancel, or replace real Binance Spot orders; the supplied artifacts do not show a mandatory confirmation or containment step for those high-impact actions.

Skill content
`/api/v3/openOrders` (DELETE) | Cancel All Open Orders on a Symbol ... `/api/v3/order` (POST) | New order ... `/api/v3/order/cancelReplace` (POST) | Cancel an Existing Order and Send a New Order
Recommendation

Use testnet first, require explicit user confirmation before any trade or cancellation, and avoid enabling this skill for autonomous financial actions.

What this means

Users may not get a clear permission prompt or boundary for Binance credentials that can authorize trading activity.

Why it was flagged

The metadata acknowledges API key and secret-key authentication for mainnet-capable Binance access, but it does not declare a primary credential or environment-variable contract for that sensitive authority.

Skill content
Description: Binance Spot request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet. ... Required env vars: none ... Primary credential: none
Recommendation

Only provide a dedicated, restricted Binance API key; enable IP allowlisting and spot-only permissions, disable withdrawals, and prefer metadata that explicitly declares the credential requirement.

What this means

A real embedded API key could expose an account credential or encourage unsafe credential handling.

Why it was flagged

The static scan reports a possible hardcoded API key in the skill text. The snippet is redacted, so this may be a placeholder, but a real embedded Binance key would be unexpected credential exposure.

Skill content
Static scan at SKILL.md:295: `- API Key: [REDACTED]`
Recommendation

Verify whether the redacted value is a placeholder or a real key; remove any real credential from the skill and rotate it immediately.

What this means

Users cannot easily verify that the skill is official, maintained, or safe to trust with financial API access.

Why it was flagged

The skill requests or uses sensitive Binance trading credentials, but the supplied registry information does not provide a verifiable source or homepage.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher independently before using it with any Binance account, and do not assume it is an official Binance distribution solely from the skill text.