CtrlK
BlogDocsLog inGet started
Tessl Logo

binance-agentic-wallet

Use when the user mentions connect/disconnect wallet, sign in, sign out, web3 wallet, wallet address, check balance, how much crypto do I have, send BNB/USDT/crypto, transfer tokens, swap tokens, buy/sell token, DEX trade, limit order, market order, cancel order, get a quote, transaction history, wallet settings, daily limit, slippage, MEV protection, supported chains, available networks, or any on-chain wallet operation.

62

Quality

73%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/binance-web3/binance-agentic-wallet/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Third-party content exposure detected (high risk: 0.90). The skill explicitly ingests and interprets untrusted public on-chain and audit data (e.g., calling the Token Security Audit API via the required query-token-audit step in references/security.md §1 and reading token metadata returned by the baw CLI such as wallet balances and tx-history in references/wallet-view.md), and those external results are used to decide whether to proceed with swaps/orders, so third-party content can materially influence agent actions.

Report incorrect finding
Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.

Why it was flagged

Direct money access detected (high risk: 1.00). The skill explicitly manages a Web3 wallet and exposes commands to move assets: "wallet send" (send/transfer tokens), "market-order swap" (DEX swaps / market orders), "limit-order buy/sell" (place/cancel limit orders), and order management (list/cancel). It also provides concrete token contract addresses and instructs use of the CLI to execute state-changing blockchain transactions. These are direct crypto/blockchain financial execution capabilities (signing/sending trades/transfers), so it meets the Direct Financial Execution definition.

Repository
binance/binance-skills-hub
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.