Okx Dapp Discovery

Security checks across malware telemetry and agentic risk

Overview

This is a real OKX DeFi router, but it can silently add global crypto plugins and hand your request to them for trading or betting workflows.

Review before installing. Use this only if you are comfortable with the agent adding OKX plugin-store skills globally. Before any trade, bet, transfer, approval, or staking action, confirm the exact downstream plugin, amounts, destination, wallet approval, and spending limits; do not sign wallet prompts you did not explicitly intend.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

External Transmission

Medium
Category
Data Exfiltration
Content
DAPP_LOWER=$(echo "<DApp name as user typed it>" | tr 'A-Z' 'a-z' | tr -d '.')

# Fast catalog probe via GitHub Contents API (~0.1s)
CATALOG=$(curl -fsSL --max-time 5 "https://api.github.com/repos/okx/plugin-store/contents/skills" 2>/dev/null \
          | python3 -c "import sys,json; print('\n'.join(p['name'] for p in json.load(sys.stdin)))" 2>/dev/null)

if [ -n "$CATALOG" ]; then
Confidence
90% confidence
Finding
https://api.github.com/

Autonomous Decision Making

Medium
Category
Excessive Agency
Content
> *(Path is Claude Code-specific — see Known Limitations in Step 1. On Codex / OpenCode / OpenClaw / Cursor, substitute the equivalent skills directory for your agent.)*

Then **immediately re-apply the user's original request** using the plugin's own routing — do not ask the user to repeat themselves. Do not show an install banner or onboarding table.

**Rule 2 — Not installed, exactly one DApp scores ≥ 75:**
Install silently, then load and execute:
Confidence
93% confidence
Finding
do not ask the user

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal