Uniswap Find Yield

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only Uniswap yield-ranking skill, with only minor review notes about its reliance on another agent and an unpinned GitHub install example.

This skill appears safe to install for informational Uniswap LP yield discovery. Before relying on its recommendations, remember that APY is historical, verify the referenced opportunity-scanner agent if available, and avoid sharing sensitive financial details unless necessary.

Findings (2)

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

Your query filters, and optionally capital amount, may be passed to the opportunity-scanner agent to produce results.

Why it was flagged

The skill delegates yield scanning to another named agent. This is purpose-aligned, but users should understand that the result depends on that subagent’s behavior and data handling.

Skill content
allowed-tools: [Task(subagent_type:opportunity-scanner)]
Recommendation

Use it with non-sensitive inputs where possible, and ensure the referenced opportunity-scanner agent is trusted before relying on its results.

What this means

Installing from a moving branch could fetch content that differs from the reviewed artifact if the repository changes.

Why it was flagged

The installation example points to a GitHub main-branch path rather than a pinned release or commit. This is user-directed installation documentation, not hidden execution, but it is less reproducible.

Skill content
npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/find-yield
Recommendation

Prefer installing a reviewed registry version or a pinned commit/tag when available.