check-wallet
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the vendor's official command-line tool,
@openant-ai/cli, from the NPM registry usingnpx. This is standard behavior for accessing the vendor's provided utilities. - [COMMAND_EXECUTION]: Executes shell commands via
npxto query wallet status, list addresses, and check balances on Solana and EVM chains. The execution is restricted to specific subcommands of the authorized CLI tool. - [REMOTE_CODE_EXECUTION]: The use of
npxinvolves downloading and executing the latest version of the CLI tool from a remote registry. This is identified as a safe operation as it targets the author's own verified package.
Audit Metadata