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
73%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/binance-web3/binance-agentic-wallet/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
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.
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.
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.
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.
68fcfa1
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.