okx-dex-token
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: 0.90). The skill's SKILL.md and shared preflight.md explicitly fetch and ingest public third-party content — e.g., GitHub releases via the GitHub API/raw.githubusercontent.com in _shared/preflight.md and live token data, trade feeds, holder lists and "Xmentioned" social metrics in the token commands (hot-tokens, trades, holders, advanced-info, cluster-*) — which are untrusted/user-generated sources and are read/used by the agent to drive follow-up actions and command chaining.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's preflight explicitly downloads and executes a remote installer script at runtime (curl -sSL "https://raw.githubusercontent.com/okx/onchainos-skills/${LATEST_TAG}/install.sh" and related release files under https://github.com/okx/onchainos-skills/releases/...) — i.e., fetching remote code and running sh /tmp/onchainos-install.sh — so it depends on and executes externally fetched code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata