Liquidity Pool Anatomy

PassAudited by VirusTotal on May 7, 2026.

Overview

Type: OpenClaw Skill Name: liquidity-pool-anatomy Version: 1.0.0 The skill is a purely educational, no-code descriptive tool designed to explain Web3 liquidity pool concepts based on user-provided text. It contains explicit safety boundaries in SKILL.md and skill.json that prohibit requesting sensitive information (private keys/seeds) and performing code execution or wallet interactions. No malicious indicators, data exfiltration attempts, or harmful prompt injection instructions were found.

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.