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.

What this means

When invoked, the agent can create pools and alter balances in the connected Uniswap test environment.

Why it was flagged

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.

Skill content
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
Recommendation

Use it only with a known local testnet/MCP server and review the requested token pair, fee, price, and liquidity before deployment.

What this means

Installing from an unverified external path could add a skill version different from what the user expects.

Why it was flagged

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.

Skill content
npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/create-test-pool
Recommendation

Verify the GitHub repository and prefer a trusted, pinned release or the reviewed Clawhub package before installing.