trust-wallet-cli
Pass
Audited by Gen Agent Trust Hub on May 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on the
twakCLI tool to perform all blockchain operations, including wallet initialization, transaction signing, and cross-chain swaps. - [EXTERNAL_DOWNLOADS]: The instructions direct users to install the
@trustwallet/clipackage via the NPM registry to enable the skill's functionality. - [SAFE]: Implements built-in transaction safety mechanisms, such as a default $10,000 USD value cap on transfers and swaps to mitigate the risk of large-scale accidental losses.
- [SAFE]: Includes a specialized security auditing command (
twak risk) that allows users to check tokens for honeypot indicators, freeze authorities, and audit status before interacting with them. - [SAFE]: Follows robust credential management practices by storing API secrets in the OS keychain and securing local configuration files with 0600 permissions, ensuring that sensitive data is not exposed in shell history or to other local users.
Audit Metadata