CtrlK
BlogDocsLog inGet started
Tessl Logo

trust-wallet-cli

Trust Wallet CLI (`twak`) — install, create wallets, check balances, send tokens, swap, view history, set price alerts, DCA automations, limit orders, manage ERC-20 approvals, check token risk, browse trending/DApps, and run x402 micropayments. Use whenever the user wants to use the twak CLI, manage a crypto wallet from the terminal, send or swap tokens via command line, check portfolio, create price alerts, set up DCA, create limit orders, approve ERC-20 spenders, or interact with Trust Wallet from a shell. Also covers MCP server setup for AI agents.

71

Quality

86%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

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

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

Potentially malicious external URL detected (high risk: 0.90). The twak x402 command performs runtime fetches of user-supplied https:// URLs (e.g., the example https://api.example.com shown for twak x402 request) to obtain 402 payment challenges that directly drive confirmation prompts and cause the client to produce/sign payment authorizations, so the fetched content can control agent actions at runtime.

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 a crypto wallet CLI with direct transaction capabilities: creating/signing wallets, sending tokens/ENS transfers, swapping and cross-chain bridging, buying/selling crypto with fiat (onramp/offramp), DCA & limit orders, ERC-20 approve/revoke, and agent job escrows (create/fund/settle jobs). It also exposes wallet actions to AI agents via an MCP/REST server (including password and auto-lock options), which enables programmatic control of funds. These are specific financial execution operations (crypto transactions, swaps, on/off-ramps, escrow funding/settlement), so it grants direct financial execution authority.

Repository
trustwallet/tw-agent-skills
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.