blockchain-developer

AdvisoryAudited by Static analysis on May 4, 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

Using this guidance with a real wallet could cause transactions or deployments that cost funds or affect assets.

Why it was flagged

Wallet integration and deployment guidance are expected for a blockchain developer skill, but they may involve account authority, transaction signing, and on-chain actions if a user follows generated code.

Skill content
- Wallet integration (MetaMask, WalletConnect) ... // Deployment script ... await Contract.deploy();
Recommendation

Use testnets first, never share seed phrases or private keys, review code before deployment, and only sign wallet transactions you understand.