Liquidity Pool Anatomy

AdvisoryAudited by Static analysis on May 7, 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 could be confused or prompted to grant wallet/signing access that this instruction-only skill should not need.

Why it was flagged

These signals imply wallet, signing, or sensitive-credential authority, but SKILL.md states the skill does not connect to wallets or sign transactions and the requirements list no credentials. This appears to be an overbroad capability signal rather than actual behavior, but it matters if users or platforms rely on these signals for permissions.

Skill content
Capability signals: crypto; requires-wallet; can-sign-transactions; requires-sensitive-credentials
Recommendation

Use it only as an educational text skill; do not provide seed phrases, private keys, wallet passwords, or approve signing. The publisher should correct the capability signals if they affect displayed permissions.