Uniswap Monitor Tokenjar

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill appears to monitor Uniswap TokenJar data and does not request credentials, local file access, or burn-execution authority.

Before installing, confirm you trust the source and the Uniswap MCP/subagent environment. Use it for monitoring only, not for executing burns, and set streaming duration or alert thresholds explicitly when requesting live mode.

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.

What this means

When invoked, the agent may open a short live TokenJar data stream and make Uniswap data queries.

Why it was flagged

The skill can call live subscription and pricing/balance/history tools. These tools are central to the monitoring purpose, and the documented streaming duration is bounded.

Skill content
allowed-tools: ... mcp__uniswap__subscribe_tokenjar ... mcp__uniswap__get_token_price
Recommendation

Use streaming only when intended, and specify duration and alert thresholds clearly.

What this means

Protocol data and the analysis prompt may be passed to the named subagent for dashboard generation.

Why it was flagged

The dashboard computation is delegated to another agent context. This is disclosed and appears limited to TokenJar analysis data, but users should notice the inter-agent delegation.

Skill content
Delegate to `Task(subagent_type:protocol-fee-seeker)` in monitoring mode
Recommendation

Ensure the protocol-fee-seeker subagent is trusted and constrained to monitoring; do not use this skill for burn execution.

What this means

It may be harder to verify the publisher or canonical source before installation.

Why it was flagged

The registry provenance metadata is limited. The risk is reduced because the artifact is instruction-only and no executable install spec or code files are present.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only from a trusted registry or reviewed repository path, and confirm the skill contents match what you expect.