helius-okx
Fail
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The instructions in
SKILL.mdand theinstall.shscript recommend installing the OKX CLI by downloading a shell script and piping it directly to bash:curl -fsSL https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh | bash. This pattern allows for the execution of arbitrary remote code without verification of the script content. - [COMMAND_EXECUTION]: The skill and its accompanying
references/integration-patterns.mdfile contain multiple instances of calling external binaries usingchild_process.execFileSync. It specifically targets theonchainosCLI to perform actions like swaps, token discovery, and price queries. This creates a risk of command injection if parameters passed to the CLI are not properly sanitized. - [EXTERNAL_DOWNLOADS]: The skill has significant external dependencies, requiring the user to install the
helius-mcpserver vianpxand theonchainos-skillslibrary. These components are fetched from remote registries and repositories at runtime. - [DATA_EXFILTRATION]: The skill requires the configuration of several sensitive API keys (HELIUS_API_KEY, OKX_API_KEY, OKX_SECRET_KEY, OKX_PASSPHRASE) as environment variables. While standard for operation, the integration patterns include sending data to external endpoints such as
https://sender.helius-rpc.com/fastand Helius RPC URLs.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata