Fund

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

The wallet funding workflow depends on a third-party CLI package that could change over time.

Why it was flagged

The skill relies on running an external npm package at @latest, so the executed CLI code is not pinned to a reviewed version.

Skill content
allowed-tools: ["Bash(npx awal@latest status*)", "Bash(npx awal@latest show*)", "Bash(npx awal@latest address*)", "Bash(npx awal@latest balance*)"]
Recommendation

Use this only if you trust the awal CLI source; a safer version would pin the CLI version or provide a clearer provenance/install specification.

What this means

The skill can expose wallet status, address, balance, and open a funding flow where the user may spend money.

Why it was flagged

The skill expects an authenticated wallet context and routes the user to a payment/onramp flow, which is sensitive financial account activity but matches the stated purpose.

Skill content
Must be authenticated (`npx awal@latest status` to check) ... User completes payment through Coinbase Pay
Recommendation

Before completing any funding action, confirm the wallet address, amount, payment method, network, and Coinbase Pay page are correct.