Uniswap Analyze Burn Economics

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a research-only Uniswap analysis skill with no credential, code-execution, or on-chain mutation behavior shown in the provided artifacts.

This skill looks safe for public Uniswap burn-economics research. Before installing, verify the source path you use and ensure your MCP/provider configuration is trusted; the artifacts do not show credential use, local data access, persistence, or on-chain transaction execution.

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

Installing from an external repository means the user relies on that repository and installer path being the intended source.

Why it was flagged

The README documents a user-directed install from an external GitHub path; this is expected for setup but users should verify the source they install from.

Skill content
npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/analyze-burn-economics
Recommendation

Install only from a trusted source and review the repository path or Clawhub listing before adding the skill.

What this means

The report may depend on data returned by the Uniswap MCP provider and analysis delegated to the named subagent.

Why it was flagged

The skill relies on a named subagent and Uniswap MCP tools to gather and analyze data; this is purpose-aligned and appears read-only, but it is still external/tool-mediated analysis.

Skill content
allowed-tools:\n  - Task(subagent_type:protocol-fee-seeker)\n  - mcp__uniswap__get_burn_history\n  - mcp__uniswap__get_fee_accumulation_rate\n  - mcp__uniswap__get_firepit_state
Recommendation

Use with trusted MCP/provider configuration and keep the skill limited to public Uniswap analysis rather than account-specific or private data.