Security scanner for OpenClaw/ClawHub skills. Detects malware, reverse shells, credential theft, prompt injection, memory poisoning, typosquatting, and suspicious prerequisites before installation. Use when installing new skills, auditing existing skills, checking a skill name for typosquatting, or scanning ClawHub skills for security risks.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install skillguard-scanner或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install skillguard-scanner⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/skillguard-scanner/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: skillguard version: 1.1.0 description: Security scanner for OpenClaw/ClawHub skills. Detects malware, reverse shells, credential theft, prompt injection, memory poisoning, typosquatting, and suspicious prerequisites before installation. Use when installing new skills, auditing existing skills, checking a skill name for typosquatting, or scanning ClawHub skills for security risks. ---
Scan OpenClaw skills for security threats before they compromise your system.
python3 {scripts}/scanner.py
python3 {scripts}/scanner.py --skill <skill-name>
python3 {scripts}/scanner.py --check-name <name>
python3 {scripts}/scanner.py --fetch-clawhub <skill-name>
nc -e, bash -i >& /dev/tcp, ncat, mkfifobase64 -d | bash, eval(), exec() with encoded payloadswebhook.site, glot.io, ngrok.io, pastebin.comSOUL.md, MEMORY.md, AGENTS.md.env, API keys, tokens, SSH keyssubprocess, os.system, child_process (common but worth noting)Each finding includes a FP estimate (low/medium/high):
python3 {scripts}/scanner.py --fetch-clawhub (requires clawhub CLI){baseDir}/../data/scan_results.json (configurable via --json-out)As of February 2026, 341 malicious skills were found on ClawHub (Koi Security / ClawHavoc campaign), distributing Atomic Stealer malware via fake prerequisites. OpenClaw has 512 known vulnerabilities (Kaspersky audit). There is no official skill vetting process. SkillGuard fills this gap.
See references/threat-landscape.md for detailed background.
安装 SkillGuard Scanner 后,可以对 AI 说这些话来触发它
Help me get started with SkillGuard Scanner
Explains what SkillGuard Scanner does, walks through the setup, and runs a quick demo based on your current project
Use SkillGuard Scanner to security scanner for OpenClaw/ClawHub skills
Invokes SkillGuard Scanner with the right parameters and returns the result directly in the conversation
What can I do with SkillGuard Scanner in my ai agent & automation workflow?
Lists the top use cases for SkillGuard Scanner, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/skillguard-scanner/ 目录(个人级,所有项目可用),或 .claude/skills/skillguard-scanner/(项目级)。重启 AI 客户端后,用 /skillguard-scanner 主动调用,或让 AI 根据上下文自动发现并使用。
SkillGuard Scanner 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
SkillGuard Scanner 可免费安装使用。请查阅仓库了解许可证信息。
Security scanner for OpenClaw/ClawHub skills. Detects malware, reverse shells, credential theft, prompt injection, memory poisoning, typosquatting, and suspicious prerequisites before installation. Use when installing new skills, auditing existing skills, checking a skill name for typosquatting, or scanning ClawHub skills for security risks.
Automate my ai agent & automation tasks using SkillGuard Scanner
Identifies repetitive steps in your workflow and sets up SkillGuard Scanner to handle them automatically
SkillGuard Scanner 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。