Back to skill
v0.1.0

Uniswap Find Yield

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:32 AM.

Analysis

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.

GuidanceThis 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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Agentic Supply Chain Vulnerabilities
SeverityLowConfidenceMediumStatusNote
README.md
npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/find-yield

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.

User impactInstalling from a moving branch could fetch content that differs from the reviewed artifact if the repository changes.
RecommendationPrefer installing a reviewed registry version or a pinned commit/tag when available.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Insecure Inter-Agent Communication
SeverityLowConfidenceHighStatusNote
SKILL.md
allowed-tools: [Task(subagent_type:opportunity-scanner)]

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.

User impactYour query filters, and optionally capital amount, may be passed to the opportunity-scanner agent to produce results.
RecommendationUse it with non-sensitive inputs where possible, and ensure the referenced opportunity-scanner agent is trusted before relying on its results.