Uniswap Seek Protocol Fees

WarnAudited by ClawScan on May 10, 2026.

Overview

The skill is coherent for Uniswap fee analysis, but it can direct an agent toward irreversible wallet-funded transactions and relies on unreviewed subagent components.

Only install this if you are comfortable with an agent analyzing and potentially initiating Uniswap transactions. Keep it in preview mode unless you intentionally want execution, use a limited-purpose wallet, and verify the referenced Uniswap MCP tools and subagents before allowing any burn, claim, or swap.

Findings (3)

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

A user could unintentionally authorize a high-value blockchain transaction if they do not understand that claiming fees requires burning 4,000 UNI.

Why it was flagged

The skill can treat user wording such as 'claim fees' as permission to execute an irreversible on-chain burn-and-claim, rather than only presenting a preview.

Skill content
auto-execute | No | false | "execute the burn", "claim fees" implies true; "check", "preview" implies false
Recommendation

Keep preview-only as the default, require an explicit transaction-level confirmation, and show recipient, UNI spend, gas, calldata, slippage, and expected proceeds before execution.

What this means

The agent may operate with wallet authority capable of spending significant funds.

Why it was flagged

The workflow depends on a connected or agent-controlled wallet that may hold enough UNI to perform the burn, but the registry metadata declares no primary credential or required environment variables.

Skill content
get_agent_balance — does agent have enough UNI? ... recipient | No | connected wallet | Explicit address if provided, otherwise agent's wallet
Recommendation

Use a dedicated wallet with limited funds, declare the wallet/account requirements clearly, and enforce spend limits and user confirmations outside the skill text.

What this means

Important execution and safety behavior may depend on components not included in the reviewed artifacts.

Why it was flagged

The skill relies on named subagents for profitability and safety decisions, but the supplied package contains only README.md and SKILL.md, so those subagent definitions are not reviewable here.

Skill content
allowed-tools:
  - Task(subagent_type:protocol-fee-seeker)
  - Task(subagent_type:safety-guardian)
Recommendation

Provide and pin the referenced subagent definitions or require users to verify their provenance and tool permissions before enabling execution.