ClawX Agent Verification

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for checking ClawX verification status, with the main caution that its optional widget loads third-party JavaScript from clawx.ai.

This appears safe to install as an instruction-only verification reference. Before using it on a live site, decide whether you trust clawx.ai to provide the verification results and any hosted widget JavaScript you embed.

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

If you embed the widget on a page, that page will run code served by clawx.ai.

Why it was flagged

Embedding the optional badge loads executable JavaScript from an external provider and allows that provider to update widget behavior over time; this is expected for a hosted widget but worth noticing.

Skill content
<script src="https://clawx.ai/widget.js"></script> ... Widget auto-updates when verification status changes
Recommendation

Only embed the widget where you are comfortable trusting ClawX as a third-party script source; consider normal web controls such as review, CSP, or integrity/versioning if available.