Binance API
Analysis
This skill is transparent and testnet-focused, but it can use Binance credentials to access account data and place real trades, so it deserves careful review.
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.
User needs to read Binance market data, place or manage Spot orders ... Promote to `POST /api/v3/order` only when payload and filters are confirmed.
The skill explicitly supports Binance Spot order placement/management, including promotion from test orders to real order endpoints.
pip install binance-sdk-spot npm install @binance/spot go get github.com/binance/binance-connector-go
The optional SDK examples install external packages without pinned versions.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`BINANCE_API_KEY` and `BINANCE_API_SECRET` for signed Spot requests
Signed Binance account and trading APIs require credentials that may carry real account authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`complete` | Stable operating context | Execute quickly with stored defaults
The skill stores persistent operating preferences and may reuse them in later Binance workflows.
