okx-dex-social
Fail
Audited by Snyk on Jul 30, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). The docs instruct automated downloading and execution of installer scripts and remote binaries from GitHub releases (curl/Invoke-WebRequest + sh execution) and rely on remote checksums—this is a supply-chain / remote code execution risk (high-risk pattern) though no explicit data-exfiltration or hidden backdoor code is present in the files themselves.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In SKILL.md, the runtime workflow calls
onchainos social news-search/news-latest/news-by-symbolto retrieve third-partyarticles[].title/summaryand—vianews-detailor--detail-level 2—the fullarticles[].content, plusvibe-top-kols/vibe-timelinesample KOL handles/nicknames andfirstMentiontweet URLs, all of which are outsider-authored free text from external platforms.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The preflight steps fetch and execute remote installer code (and related checksums) at runtime via URLs such as https://raw.githubusercontent.com/okx/onchainos-skills/${LATEST_TAG}/install.sh which is downloaded and run (
sh /tmp/onchainos-install.sh), creating a high-risk runtime external dependency.
Issues (3)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata