Uniswap Deploy Agent Token
Analysis
The skill is coherent for launching a Uniswap token, but it delegates irreversible financial transactions and LP locking to external agents without clear signer, approval, or provenance boundaries.
Findings (6)
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.
Create pool: ... execute initialization. ... Bootstrap liquidity: ... add liquidity via position manager. ... Lock LP: Transfer position NFT to time-locked vault
The skill directs an agent to perform irreversible on-chain actions and asset-locking operations, but the artifact does not specify mandatory user confirmation, transaction review, spending limits, slippage bounds, or abort criteria.
allowed-tools: [Task(subagent_type:token-deployer)] ... The agent internally delegates to `safety-guardian` ... and `lp-strategist`
The critical execution path is delegated to external subagents that are not included in the provided artifacts, while the provided package contains only README.md and SKILL.md.
Misconfigured pools, missing anti-snipe hooks, or inadequate liquidity can destroy a launch.
The artifact itself acknowledges that bad configuration can have severe downstream effects, while the workflow proceeds through pool creation, liquidity bootstrapping, and LP locking.
Monitor: Track price, volume, TVL, and anomalies during the critical first hours.
Post-deployment monitoring is purpose-aligned, but it implies continued autonomous activity after deployment and the artifacts do not define exact stop conditions or permissions during monitoring.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Deploys an agent token with a Uniswap V4 pool ... initial liquidity bootstrapping, LP token locking
These actions require wallet/signer authority and control over tokens or funds, but the registry metadata declares no primary credential, required environment variables, or scoped account authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Delegate to `token-deployer` agent ... The agent internally delegates to `safety-guardian` ... and `lp-strategist`
The skill passes deployment parameters and financial decision-making across multiple agents, but the artifacts do not define the identity, permission boundaries, or data/control limits between those agents.
