Back to skill

Security audit

Uniswap API

Security checks across malware telemetry and agentic risk

Overview

The skill is a coherent Uniswap API connector, with crypto and setup risks disclosed and write actions requiring user confirmation.

Install this only if you trust OOMOL and intend to connect Uniswap through its oo CLI. Review the oo CLI installer before running it, and confirm every swap-related payload and effect before allowing the agent to run a write action.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (2)

Vague Triggers

Medium
Confidence
89% confidence
Finding
The skill description is excessively broad: it instructs use of this skill for ANY Uniswap API request and any Uniswap-related task. That can cause over-selection or automatic invocation in contexts where a narrower, safer, or more appropriate tool should be chosen, increasing the chance of unintended API calls or write-capable workflows being activated.

External Script Fetching

High
Category
Supply Chain
Content
- **`oo: command not found`** — install the oo CLI (other platforms: <https://cli.oomol.com/install-guide.md>):

  ```bash
  curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
  ```

  ```powershell
Confidence
98% confidence
Finding
curl -fsSL https://cli.oomol.com/install.sh | bash

VirusTotal

52/52 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.