ChainWard

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: chainward Version: 1.0.0 The chainward skill provides a CLI interface for monitoring AI agent wallets on the Base blockchain via the @chainward/cli NPM package and the chainward.ai service. It includes standard commands for wallet registration, transaction tracking, and alert configuration, with no evidence of malicious intent, data exfiltration, or unauthorized execution.

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

Installing the skill means trusting the ChainWard CLI package that is not included in the provided artifacts.

Why it was flagged

The skill installs an external npm CLI package to provide its functionality; this is expected for the skill but places trust in that package.

Skill content
node | package: @chainward/cli | creates binaries: chainward
Recommendation

Install only if you trust the ChainWard publisher and package source; keep the CLI updated through normal package-management channels.

What this means

The CLI can act within the permissions granted by the ChainWard API key, such as viewing and managing monitored wallet data.

Why it was flagged

The skill requires a ChainWard API key for service access; this is disclosed and consistent with a wallet-monitoring account integration.

Skill content
The API key is entered interactively. Users get one at chainward.ai → Settings → Generate Key.
Recommendation

Use a dedicated ChainWard API key if available, revoke it if no longer needed, and avoid sharing it outside the CLI’s expected setup flow.

What this means

Mistaken commands could add, remove, or alter monitoring and alert settings, though they do not appear to move wallet funds.

Why it was flagged

The CLI can modify the user’s ChainWard monitoring configuration, but the documented remove action is confirmation-prompted and aligned with the purpose.

Skill content
chainward agents remove <address>

Stops monitoring the wallet. Prompts for confirmation.
Recommendation

Review wallet addresses and alert settings before confirming changes.

What this means

Configured alerts may expose wallet activity or threshold information to Discord, Telegram, or webhook recipients.

Why it was flagged

Alert creation can send monitoring events to external communication channels; this is user-selected and purpose-aligned, but it affects where wallet activity data may appear.

Skill content
delivery channel (Discord, Telegram, or webhook)
Recommendation

Use only trusted delivery channels and confirm who can access those channels before enabling alerts.