rwa-wallet
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes instructions to install the rwa CLI tool by downloading a shell script from the developer's GitHub repository and piping it directly to the shell:
curl -fsSL https://raw.githubusercontent.com/outputlayer/rwa_cli/main/install.sh | sh. This is a standard installation pattern for the vendor's tool. - [EXTERNAL_DOWNLOADS]: The skill fetches an installation script from an external URL hosted on GitHub by the author:
https://raw.githubusercontent.com/outputlayer/rwa_cli/main/install.sh. - [COMMAND_EXECUTION]: The skill operates through the execution of various subcommands of the
rwaCLI to manage cryptographic keys and Solana transactions. It also instructs the agent to set environment variables likeRWA_PASSPHRASEfor authentication.
Audit Metadata