Design Uniswap Hook

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

A user's hook-design request may be processed by the configured hook-builder subagent or supported-chain MCP tool, rather than only by the top-level skill.

Why it was flagged

The skill explicitly hands the request to another configured agent and exposes an MCP tool. This is disclosed and bounded to design-only use, but it is still an agent/tool boundary users should recognize.

Skill content
allowed-tools: ... Task(subagent_type:hook-builder), mcp__uniswap__get_supported_chains ... Invoke `Task(subagent_type:hook-builder)` with explicit instruction to produce a design document only -- no code generation, no file writes.
Recommendation

Install only if you trust the configured hook-builder subagent and Uniswap MCP integration; avoid including unrelated private project details unless needed for the design review.