Uniswap Analyze Burn Economics

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

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.