Uniswap Create Test Pool
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is coherent for creating Uniswap pools on a local testnet, but users should verify the install source and confirm it is pointed only at a local testnet before use.
This appears safe for its stated purpose if you are intentionally testing Uniswap behavior on a local testnet. Before installing or invoking it, verify the source repository/package and make sure the configured Uniswap MCP server is connected to a disposable local testnet rather than any production or real-funds environment.
Findings (2)
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.
When invoked, the agent can create pools and alter balances in the connected Uniswap test environment.
The skill grants tools that can fund a test account and deploy a mock pool. This is purpose-aligned for local testnet pool creation, but it still changes the test environment.
allowed-tools:\n - mcp__uniswap__deploy_mock_pool\n - mcp__uniswap__fund_test_account\n - mcp__uniswap__get_pool_info\n - mcp__uniswap__search_tokens
Use it only with a known local testnet/MCP server and review the requested token pair, fee, price, and liquidity before deployment.
Installing from an unverified external path could add a skill version different from what the user expects.
The README recommends installing via npx from a GitHub path, while the registry metadata lists the source as unknown. This is a provenance item users should verify, not evidence of hidden code in the provided artifacts.
npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/create-test-pool
Verify the GitHub repository and prefer a trusted, pinned release or the reviewed Clawhub package before installing.
