返回顶部
s

skill-auditor

Security scanner for ClawHub skills. Detects malicious code, obfuscated payloads, and social engineering before installation. Three-layer analysis: pattern matching, deobfuscation, and LLM intent analysis.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,452
下载量
0
收藏
概述
安装方式
版本历史

skill-auditor

# Skill Auditor 🔍 Audit ClawHub skills for security threats before installing them. ## Triggers Use this skill when: - "Audit this skill" - "Check skill security" - Before installing any third-party skill ## Usage ### Method 1: Pre-install audit (recommended) ```bash # Inspect without installing clawhub inspect <skill-name> # Run the audit script ~/.openclaw/workspace/skills/skill-auditor/scripts/audit.sh <skill-name> ``` ### Method 2: Audit an installed skill ```bash ~/.openclaw/workspace/skills/skill-auditor/scripts/audit.sh --local <skill-path> ``` ## Detection Layers ### L1: Pattern Matching | Severity | Pattern | Risk | |----------|---------|------| | 🔴 High | `base64.*\|.*bash` | Encoded execution | | 🔴 High | `curl.*\|.*bash` | Remote script execution | | 🔴 High | `eval\(` / `exec\(` | Dynamic code execution | | 🔴 High | Known C2 server IPs | Malicious communication | | 🟡 Medium | Access to `~/.openclaw/` | Config theft | | 🟡 Medium | Reads `$API_KEY` etc. | Credential leakage | | 🟡 Medium | Social engineering keywords | User deception | | 🟢 Low | Requires sudo | Elevated privileges | ### L2: Deobfuscation Automatically decodes hidden malicious payloads: - **Base64** — Decodes and scans for hidden commands - **Hex** — Decodes `\x41\x42` format strings - Checks decoded content for C2 servers and dangerous commands ### L3: LLM Analysis (optional) Uses Gemini CLI to analyze suspicious code intent: - Semantic understanding beyond pattern matching - Detects novel/unknown threats - Requires `gemini` CLI installed ## Known Indicators of Compromise (IoC) ### C2 Server IPs ``` 91.92.242.30 # ClawHavoc primary server ``` ### Malicious Domains ``` glot.io # Hosts obfuscated scripts webhook.site # Data exfiltration endpoint ``` ### Social Engineering Keywords ``` OpenClawDriver # Non-existent "driver" ClawdBot Driver # Social engineering lure Required Driver # Tricks users into installing malware ``` ## Output Format ``` ═══════════════════════════════════════════ SKILL AUDIT REPORT: <skill-name> ═══════════════════════════════════════════ 🔴 HIGH RISK FINDINGS: [LINE 23] base64 encoded execution detected [LINE 45] curl|bash pattern found 🟡 MEDIUM RISK FINDINGS: [LINE 12] Accesses ~/.openclaw/ directory 🟢 LOW RISK FINDINGS: [LINE 5] Requires sudo for installation ═══════════════════════════════════════════ VERDICT: ❌ DO NOT INSTALL ═══════════════════════════════════════════ ``` ## Best Practices 1. **Always audit before install** — Never skip the security check 2. **Trust no skill blindly** — Including highly starred or popular ones 3. **Check updates** — Skill updates may introduce malicious code 4. **Report suspicious skills** — Send to steipete@gmail.com ## Maintenance **Update this skill when new threats are discovered:** 1. New malicious IP → Add to `MALICIOUS_IPS` 2. New malicious domain → Add to `MALICIOUS_DOMAINS` 3. New social engineering lure → Add to `SOCIAL_ENGINEERING` 4. New attack pattern → Add regex detection Update location: variable definitions at the top of `scripts/audit.sh` ## References - [341 Malicious ClawHub Skills Incident](https://thehackernews.com/2026/02/researchers-find-341-malicious-clawhub.html) - [OpenClaw Security Guide](https://docs.openclaw.ai/gateway/security)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-skill-auditor-1776342334 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-skill-auditor-1776342334 技能

通过命令行安装

skillhub install openclaw-skill-auditor-1776342334

下载 Zip 包

⬇ 下载 skill-auditor v1.0.0

文件大小: 5.3 KB | 发布时间: 2026-4-17 15:53

v1.0.0 最新 2026-4-17 15:53
Initial release: 3-layer security scanner for ClawHub skills. L1 pattern matching, L2 base64/hex deobfuscation, L3 LLM intent analysis.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部