Uniswap Design Integration
Analysis
This is a coherent instruction-only Uniswap architecture skill with no code, credentials, or persistence, though users should notice that it can delegate project context to a subagent and has file edit tools available.
Findings (3)
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.
allowed-tools: >-\n Read, Write, Edit, Glob, Grep,\n Task(subagent_type:integration-architect),\n mcp__uniswap__get_supported_chains
The skill grants file mutation tools even though the documented workflow is to present an integration blueprint. This does not show unsafe behavior, but users should supervise any proposed file changes.
npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/design-integration
The README documents installation from a GitHub branch path rather than a pinned commit or release. For this instruction-only skill the impact is limited, but pinning improves provenance.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Invoke `Task(subagent_type:integration-architect)` with the full context.
The skill delegates to another agent and may pass full project context, including existing codebase details. This is purpose-aligned for architecture analysis, but it is still a data-boundary point users should notice.
