← 返回
安全合规 中文

Devin Floyd

Security scanner for OpenClaw/Clawdbot skills - detect malicious patterns before installation
OpenClaw/Clawdbot技能安全扫描器——在安装前检测恶意模式。
devinfloyd1
安全合规 clawhub v1.0.0 1 版本 99871.5 Key: 无需
★ 0
Stars
📥 777
下载
💾 7
安装
1
版本
#latest

概述

ClawGuard

Security Scanner for OpenClaw/Clawdbot Skills

Protect yourself from malicious skill installations. ClawGuard scans skills for dangerous patterns before you install them - including patterns from the ClawHavoc campaign (341 malicious skills discovered by Koi Security).

Quick Start

# Scan a skill by name
python scan.py --skill <skill-name>

# Scan a skill by path  
python scan.py --path /path/to/skill

# Scan all installed skills
python scan.py --all

What It Detects

CategoryExamplesSeverity
------------------------------
🔴 Reverse Shellssocket.connect(), pty.spawn(), /dev/tcpCritical
🔴 Data Exfiltrationrequests.post() to suspicious TLDsCritical
🔴 Credential HarvestReading ~/.ssh/id_rsa, AWS credentialsCritical
🔴 Obfuscationbase64.b64decode(exec), chr() chainsCritical
🔴 ClawHavoc IOCsglot.io scripts, fake Apple URLs, known C2 IPsCritical
🟠 Code Executionexec(), eval(), subprocessHigh
🟡 Suspicious NetworkURL shorteners, weird portsMedium

Output Formats

# Console (default) - colored terminal output
python scan.py --skill github

# JSON - machine-readable for CI/CD
python scan.py --skill github --format json

# Markdown - for sharing reports
python scan.py --skill github --format markdown

Risk Scoring

ScoreLevelAction
----------------------
0-10🟢 SafeInstall freely
11-25🟢 LowQuick review
26-50🟡 MediumReview findings
51-75🔴 HighReview carefully
76-100🔴 CriticalDo not install

IOC Database

70+ indicators of compromise including:

  • Remote access (reverse shells, C2)
  • Data exfiltration
  • Credential harvesting
  • Code obfuscation
  • Real ClawHavoc campaign IOCs (from Koi Security research)
  • Known malicious IPs, hashes, and skill names

Requirements

  • Python 3.8+
  • No external dependencies (stdlib only)

Credits

IOCs enriched with research from Koi Security - ClawHavoc campaign analysis by Oren Yomtov and Alex.

Links


Built for the Clawdbot community 🐾

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 09:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,215 📥 266,466
security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,714
security-compliance

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,165