Uniswap Full Lp Workflow
Analysis
This skill is purpose-aligned for Uniswap LP management, but it deserves careful review because it can direct wallet-balance access, swaps, and liquidity-position entry through multiple agents.
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.
allowed-tools: ... Task(subagent_type:trade-executor) ... Task(subagent_type:liquidity-manager) ... executes any needed swaps, enters the position
The skill explicitly delegates swap execution and liquidity-position entry to subagents. That matches the LP-management purpose, but it is broad, high-impact financial tool use.
Source: unknown; Homepage: none
The supplied registry metadata does not establish provenance for a high-impact financial skill. No malicious install behavior is shown, but the source should be verified.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
- mcp__uniswap__get_agent_balance ... capitalToken ... auto-detect from wallet
The skill can access wallet/account balance context and infer what assets the user holds. The registry metadata declares no primary credential or required env vars, so the wallet permission boundary is under-disclosed for a financial workflow.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
6-agent pipeline ... Each agent builds on all prior agents' findings.
The workflow intentionally passes opportunity, risk, strategy, and portfolio context among multiple subagents. This is purpose-aligned, but users should know sensitive financial context may be shared across the agent chain.
