Skip to Content
OpenclawOpenClaw Skills & ClawHub Safety — Vetted Marketplace with Security Scanning

OpenClaw Skills & ClawHub Safety

ClawHub is OpenClaw’s skill marketplace with 5,700+ skills. But security researchers have found that approximately 341 skills distribute malware — including credential theft, crypto mining, and reverse shell payloads. This is known as the ClawHavoc campaign.

Curate-Me provides a ClawHavoc-hardened skill scanner that grades every skill before installation.

The ClawHub Security Problem

ThreatDescriptionImpact
Credential theftSkills that exfiltrate API keys, SSH keys, and tokensAccount compromise
Crypto miningHidden mining scripts consuming your VPS resources$100s/mo in compute waste
Reverse shellsBackdoor access to your execution environmentFull system compromise
Data exfiltrationSkills that send conversation data to external serversPrivacy violation
Supply chain attacksPopular skills with malicious updatesWide-blast-radius compromise

How Our Scanner Works

Every skill import goes through a 3-layer security pipeline:

Layer 1: Static Pattern Analysis

YARA-style rules scan for:

  • Shell injection patterns (os.system, subprocess, eval, exec)
  • Crypto wallet addresses and mining pool connections
  • Outbound connection attempts to suspicious domains
  • Base64-encoded payloads (common obfuscation technique)
  • File system access to sensitive paths (.env, .ssh, .aws)

Layer 2: Dependency Audit

  • Cross-reference all dependencies against a known-malicious blocklist
  • Check for typosquatted package names
  • Verify dependency version pins (unpinned deps = supply chain risk)
  • Flag dependencies with known CVEs

Layer 3: VirusTotal Integration

  • Submit skill content hash to VirusTotal
  • Check against 70+ antivirus engines
  • Flag any detection as CAUTION or BLOCKED

Security Verdicts

Every scanned skill receives a verdict:

VerdictBadgeMeaning
SAFEGreenNo findings. Clear to install.
CAUTIONAmberNon-critical findings. Review recommended. Admin can approve.
BLOCKEDRedCritical findings. Cannot be installed.
UNSCANNEDGrayNot yet scanned. Treated as untrusted.

Verified Skills

Curate-Me maintains a curated allowlist of 17 verified skills that have passed comprehensive security review:

SkillCategoryDescription
githubDeveloperGitHub integration (PRs, issues, code review)
slackCommunicationSlack messaging and channel management
google-driveProductivityGoogle Drive file management
web-searchSearchWeb search via multiple providers
puppeteerAutomationBrowser automation and scraping
dockerDevOpsDocker container management
postgresDatabasePostgreSQL query execution
redisDatabaseRedis key-value operations

Only verified skills can be installed on managed runners without admin approval.

The Skill Gallery in the dashboard (/runners/gallery) provides:

  1. Browse — Search and filter skills by category, verdict, and popularity
  2. Scan — View detailed security findings for any skill
  3. Import — One-click import with automatic security scan
  4. Approve/Reject — Admin workflow for CAUTION-rated skills
  5. Rescan — Re-run security checks with the latest scan engine
  6. Stats — Aggregate security statistics across all imports

Free Skill Scanner

Scan any ClawHub skill URL for free at curate-me.ai/scanner . No account required. Results in under 10 seconds.

Best Practices

  1. Only install verified skills on production runners
  2. Review CAUTION findings before approving — understand what each finding means
  3. Never install BLOCKED skills — even if they look useful
  4. Rescan periodically — new threat patterns are added to the scanner weekly
  5. Use model allowlists alongside skill scanning — defense in depth
  6. Monitor skill behavior — check the audit trail for unexpected network calls