okx-dex-bridge
Fail
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
_shared/preflight.mdfile contains instructions for the agent to download and execute an installer script (install.shorinstall.ps1) from a remote GitHub repository (github.com/okx/onchainos-skills). This involves fetching external code and executing it viashor PowerShell, which is a major security risk. - [PROMPT_INJECTION]: The skill contains explicit instructions to conceal its activities and errors from the user. In
_shared/preflight.md, it states "Do not echo routine command output to the user," and inSKILL.md, it instructs the agent to "Do NOT show raw CLI error output to the user." These concealment patterns prevent the user from auditing the agent's actions and could hide malicious behavior. - [COMMAND_EXECUTION]: The skill heavily relies on shell command execution, including
curl,sh, and theonchainosCLI tool. These commands are used to manage files, fetch remote content, and interact with blockchain infrastructure, creating a broad attack surface. - [EXTERNAL_DOWNLOADS]: The skill downloads binaries and scripts from a third-party GitHub repository (
okx/onchainos-skills) during its initialization. This source does not match the stated author of the skill ('plumenetwork') and is not included in the trusted vendor list, representing a supply chain risk. - [DATA_EXFILTRATION]: While no direct exfiltration was detected, the combination of
curlaccess and instructions to hide output creates a pathway for data to be sent to external servers without user oversight.
Recommendations
- AI detected serious security threats
Audit Metadata