Overview
- Skill Key
- homeofe/clawhub-scanner
- Author
- homeofe
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/homeofe/clawhub-scanner
- Latest Commit SHA
- 0ee534301fafeca56f18372cbb01e01a03c94393
Scan installed ClawHub skills for malware, credential theft, prompt injection, and security risks. Detects known C2 infrastructure, obfuscated payloads, and data exfiltration patterns from the ClawHavoc campaign.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawhub-scanner 技能。 若已安装,则直接安装 clawhub-scanner 技能。
# clawhub-scanner Security scanner for ClawHub skills. Checks installed skills against known malicious patterns, IoCs, and suspicious behaviors. ## Usage When the user asks to scan skills, check for malware, or audit their ClawHub installations: ```bash # Scan all installed skills clawhub-scanner scan # Scan a specific skill clawhub-scanner scan --skill ~/.openclaw/skills/some-skill # JSON output for automation clawhub-scanner scan --json # Include low-severity findings clawhub-scanner scan --verbose ``` ## What It Detects - **Critical:** Known C2 server IPs and malicious domains (ClawHavoc campaign) - **High:** eval(), credential harvesting (SSH/AWS/browser/wallets), data exfiltration (Discord/Telegram webhooks), obfuscated payloads - **Medium:** Prompt injection, broad filesystem access, clipboard harvesting - **Low:** Outbound HTTP, WebSocket connections ## Install Requires the npm package: ```bash npm install -g @elvatis_com/clawhub-scanner ``` ## Exit Codes - 0 = clean - 1 = high-severity findings - 2 = critical findings
# @elvatis_com/clawhub-scanner
Scan your installed [ClawHub](https://clawhub.com) skills for malware, credential theft, prompt injection, and security risks.
## Why?
ClawHub skills run with full agent permissions. In February 2026 alone, security researchers found:
- **534 skills** with critical vulnerabilities (Snyk)
- **341 skills** distributing the AMOS stealer ("ClawHavoc" campaign)
- **76 confirmed** malicious payloads for credential theft and data exfiltration
This scanner checks your installed skills against known malicious patterns, C2 infrastructure, and suspicious behaviors.
## Install
```bash
npm install -g @elvatis_com/clawhub-scanner
```
## Usage
```bash
# Scan all installed skills
clawhub-scanner scan
# Scan a specific skill
clawhub-scanner scan --skill ~/.openclaw/skills/some-skill
# JSON output for automation
clawhub-scanner scan --json
# Include low-severity findings
clawhub-scanner scan --verbose
# Show scanned directories
clawhub-scanner paths
```
## What It Detects
| Category | Severity | Examples |
|----------|----------|---------|
| **C2 Infrastructure** | Critical | Known malicious IPs (91.92.242.30), ClawHavoc domains |
| **Code Execution** | High | `eval()`, `child_process.exec()`, `process.binding()` |
| **Credential Theft** | High | SSH key access, AWS creds, browser profiles, crypto wallets |
| **Data Exfiltration** | High | Discord/Telegram webhooks, raw IP fetches, DNS tunneling |
| **Obfuscation** | High/Med | Base64+exec combos, large encoded strings, CharCode assembly |
| **Prompt Injection** | Medium | "Ignore previous instructions", system prompt overrides |
| **Network Activity** | Low | Outbound HTTP to unknown domains, WebSocket connections |
## Exit Codes
| Code | Meaning |
|------|---------|
| 0 | Clean (or only low/medium findings) |
| 1 | High-severity findings detected |
| 2 | Critical findings detected |
Use in CI/scripts: `clawhub-scanner scan --quiet || echo "Security issues found!"`
## Scan Locations...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.