Uniswap Analyze Pool
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: analyze-pool Version: 0.1.0 The `analyze-pool` skill is designed to analyze Uniswap pools. Its `SKILL.md` explicitly states that it delegates all core functionality to a `subagent_type:pool-researcher` and "does not call MCP tools directly." There is no executable code, direct tool usage, or instructions for the agent to perform any high-risk actions such as data exfiltration, arbitrary command execution, or persistence mechanisms within the provided files. The `README.md` contains standard installation instructions and usage examples. The skill acts as a benign orchestrator, relying entirely on an external subagent for its operations.
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.
Your agent may rely on another agent component to gather and calculate pool metrics, so the accuracy and boundaries of the result depend on that component.
The skill is designed to delegate work to a separate subagent. This is disclosed and purpose-aligned, but the provided artifacts do not define that subagent's own permissions or data handling.
allowed-tools: [Task(subagent_type:pool-researcher)]
Install only if you are comfortable with the available pool-researcher agent in your environment, and treat investment-related outputs as analysis rather than guaranteed financial advice.
If installing directly from a moving GitHub branch, future contents at that path could differ from the artifacts reviewed here.
The README provides a user-directed install command from a GitHub branch path rather than a pinned commit. This is not hidden or automatic, but users should recognize the external source.
npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/analyze-pool
Prefer installing from a trusted registry release or a pinned commit if you need reproducible provenance.
