Uniswap Compare Pools

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: compare-pools Version: 0.1.0 The skill 'compare-pools' is benign. It clearly defines its purpose as comparing Uniswap pools and explicitly delegates its core functionality to a 'pool-researcher' subagent via `Task(subagent_type:pool-researcher)` as declared in `SKILL.md`. The skill's instructions do not contain any malicious prompts, attempts at data exfiltration, unauthorized command execution, or persistence mechanisms. It also explicitly states 'no direct MCP tool calls', indicating a controlled execution environment. The installation methods in `README.md` are standard and do not introduce additional risks beyond typical package management.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Users have less provenance information to confirm that this is the intended skill package.

Why it was flagged

The skill is instruction-only and has no executable install spec, but the registry metadata does not provide a clear source or homepage for provenance checking.

Skill content
Source: unknown; Homepage: none
Recommendation

Install from a trusted registry or repository and confirm the README install path matches the package you intend to use.

What this means

The token pair and chain details from the user's request may be passed to the researcher subagent, and the quality of results depends on that subagent's behavior.

Why it was flagged

The skill explicitly delegates pool discovery and ranking to a separate subagent; this is aligned with the stated purpose, but the data-gathering boundary depends on that subagent.

Skill content
allowed-tools: [Task(subagent_type:pool-researcher)]
Recommendation

Use this with public market-research prompts and review the referenced pool-researcher skill separately if it is installed.