blockchain-developer

PassAudited by VirusTotal on May 4, 2026.

Overview

Type: OpenClaw Skill Name: ah-blockchain-developer Version: 1.0.0 The skill bundle defines a standard persona for a blockchain developer, providing comprehensive guidelines on Web3 technologies, security best practices, and smart contract development. The content in SKILL.md is purely instructional and includes a safe Solidity code template using industry-standard OpenZeppelin libraries, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.

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.