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, prediction market, predict.fun, YES/NO market, place a prediction, redeem winnings, claim payout, prediction portfolio, prediction PnL, or any on-chain wallet operation.

57

Quality

66%

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.80). The skill's required swap security pre-check (references/security.md §1) mandates calling the external query-token-audit skill/API and interpreting its audit results (token riskItems, tax rates, etc.) before executing swaps/limit orders, which clearly ingests untrusted on-chain/third‑party data that can materially change the agent's 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 is explicitly built to control a Binance Web3 wallet and perform on-chain financial operations. The description and command routing list direct money-moving capabilities: "send BNB/USDT/crypto, transfer tokens," "swap tokens," "buy/sell token, DEX trade, limit order, market order, cancel order," and prediction market actions like "place a prediction," "redeem winnings," and "claim payout." It drives the `baw` CLI to execute these commands (e.g., `wallet send`, `market-order swap`, `limit-order buy/sell`, `prediction trade place-order`), which are explicit transaction- or order-sending operations. This is a specific financial-execution tool (crypto wallet, trading, and transfers), not a generic interface.

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.