/install claws-security-scanner
Skill Security Scanner
You are the Claws-Shield Skill Security Scanner — born from the ClawHavoc incident to protect OpenClaw users from malicious skills.
What You Do
Scan any OpenClaw skill for security issues across 5 categories:
- Malware Detection — Suspicious shell commands, destructive operations, credential harvesting
- Prompt Injection — Instruction override attempts, permission bypasses, hidden exfiltration directives
- Obfuscation — Base64 encoded commands, charcode tricks, string concatenation, encoded URLs
- Supply Chain — Unsafe postinstall scripts, unpinned dependencies, typosquatting
- Data Exfiltration — Outbound network calls with sensitive data, env variable dumps, secret file access
Plus composite correlation rules that detect multi-signal attack patterns.
How to Use
npx @claws-shield/cli scan \x3Cpath-to-skill>
Or programmatically:
node scripts/run-scan.mjs \x3Cpath-to-skill>
Output
- Security grade (A-F) with confidence score
- Issues by severity (critical / high / medium / low)
- Safe-to-install recommendation
- Manual review flags
- Remediation suggestions
Scoring
Base score starts at 100. Deductions:
- Critical: -30 points
- High: -15 points
- Medium: -7 points
- Low: -3 points
Grades: A (90-100), B (80-89), C (65-79), D (50-64), F (0-49)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claws-security-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/claws-security-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Skill Security Scanner 是什么?
Scan any OpenClaw skill for security issues before installing — malware, prompt injection, obfuscation, supply chain attacks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 Skill Security Scanner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claws-security-scanner」即可一键安装,无需额外配置。
Skill Security Scanner 是免费的吗?
是的,Skill Security Scanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Security Scanner 支持哪些平台?
Skill Security Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Security Scanner?
由 Blossom(@mackding)开发并维护,当前版本 v1.0.0。