okx-dex-signal
Warn
Audited by Snyk on May 11, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill's required workflows explicitly fetch public GitHub release files in _shared/preflight.md and connect to public OKX REST/WebSocket feeds (references/ws-protocol.md) and SKILL.md (Payment Notifications / Safety) instructs the agent to parse CLI/WebSocket signal/trade/notification data (token names, wallet addresses, notifications[] with confirming:true) — untrusted third-party content that the agent must read and can change subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The preflight steps fetch and execute remote installer code at runtime (e.g., curl/Invoke-WebRequest to https://raw.githubusercontent.com/okx/onchainos-skills/${LATEST_TAG}/install.sh and the PowerShell install.ps1, and they query https://api.github.com/repos/okx/onchainos-skills/releases/latest), so the skill relies on external content fetched at runtime that is executed locally.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata