blockchain-developer

PassAudited by ClawScan on May 4, 2026.

Overview

This is an instruction-only blockchain development helper with no install code, but users should be careful with any wallet signing or deployment guidance it provides.

This skill appears safe to install as an instruction-only helper. Treat any wallet, deployment, or DeFi advice carefully: do not provide private keys or seed phrases, prefer testnets for experiments, and independently review smart contract code before using it with real funds.

Findings (1)

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.