Uniswap Research And Trade
Analysis
The skill is openly designed to research and trade on Uniswap, but it can execute real crypto trades after an agent-only approval and does not clearly scope the wallet or trading authority it needs.
Findings (4)
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.
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.
APPROVE → Proceed to Step 4 ... (only if APPROVE or user confirms CONDITIONAL)
The workflow indicates that a normal approval proceeds to trade execution, while only conditional approval explicitly asks the user. That leaves real trade execution gated by the agent's own risk decision rather than a clear final user confirmation.
allowed-tools:\n - Task(subagent_type:token-analyst)\n - Task(subagent_type:pool-researcher)\n - Task(subagent_type:risk-assessor)\n - Task(subagent_type:trade-executor)
The skill delegates critical analysis and the final trade to named subagents, including a trade-executor, but the provided package contains only README.md and SKILL.md, so the high-impact delegated components are not visible in the artifacts.
Each agent receives the accumulated findings from all prior agents. The risk-assessor doesn't just evaluate a swap in isolation -- it sees the token-analyst's liquidity warnings, the pool-researcher's depth analysis, and the exact trade size
The design intentionally propagates prior agent outputs into later decisions, and those decisions can lead to trade execution. Without a clear final human review, an upstream error can cascade into a financial action.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Required env vars: none ... Primary credential: none ... Capability signals: No capability tags were derived.
For a skill whose documented workflow executes trades, the artifacts do not declare what wallet, account, signing credential, or delegated trading permission is required or how it is bounded.
