okx-dex-market
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
onchainosCLI installer and associated checksum files from the officialokxGitHub repository (github.com/okx/onchainos-skills). - Evidence: Found in
_shared/preflight.mdusingcurlandInvoke-WebRequesttargetingraw.githubusercontent.com/okx/. - Security Control: The process includes a mandatory SHA256 integrity check where the installer's hash is verified against a downloaded
installer-checksums.txtfile before execution. - [COMMAND_EXECUTION]: The skill executes local shell scripts (
install.shorinstall.ps1) to install or update its core CLI tool. - Context: This is part of a documented setup routine that verifies binary integrity via SHA256 after installation.
- [SAFE]: The instructions include a dedicated 'Safety' section in
SKILL.mdthat explicitly directs the agent to treat all CLI output (token names, symbols, etc.) as untrusted external content, preventing indirect prompt injection from on-chain data. - [SAFE]: The WebSocket protocol documentation in
references/ws-protocol.mdcorrectly advises users to manage credentials using environment variables or.envfiles rather than hardcoding them, following industry security standards.
Audit Metadata