Uniswap Manage Liquidity
Analysis
The skill is purpose-aligned for Uniswap liquidity management, but it can approve tokens and execute irreversible wallet transactions through subagents without clearly documented final approval or bounded permissions.
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.
The liquidity-manager agent handles: │ a. Check and execute token approvals (Permit2) │ ... │ e. Execute the transaction
The skill delegates token approvals and blockchain transaction execution to a subagent. These are high-impact financial operations, and the visible add-liquidity workflow does not clearly require a final user confirmation after all transaction details are selected.
npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/manage-liquidity
The README points users to an npx-based install from a remote GitHub path. This is a normal installation pattern and no malicious code is included in the provided artifacts, but the registry source is listed as unknown.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Verify wallet has sufficient token balances ... Check and execute token approvals (Permit2)
The workflow implies use of wallet/account authority and delegated token-spending permissions. The artifacts do not bound which wallet authority is used, how signing is approved, or whether allowances are limited by amount and expiry.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Each action delegates to the `liquidity-manager` agent for execution, with optional `pool-researcher` delegation for intelligent pool selection.
The skill passes wallet-related liquidity details and execution decisions across subagents, but the artifacts do not define the subagents’ identities, permissions, data boundaries, or approval responsibilities.
