扫描报告
5 /100
skill-security-scanner
Enterprise-Grade Skill Security Scanner - 自动检测 ClawHub / GitHub / 本地 Skill 的安全风险
Skill Security Scanner is a legitimate defensive security tool that scans AI skills for vulnerabilities. All capabilities are properly declared and necessary for its security scanning function.
可以安装
This skill is safe to use. It's a security-focused tool with appropriate capabilities for static analysis of target skills.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md declares file scanning capability |
| 网络访问 | READ | READ | ✓ 一致 | Downloads target skills for analysis - declared in '使用方法' section |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Uses subprocess for static pattern matching - declared as '核心能力' |
| 环境变量 | NONE | READ | ✓ 一致 | Reads $HOME, $PATH for skills directory - necessary for batch scanning |
7 严重 12 项发现
严重 危险命令 危险 Shell 命令
rm -rf / references/dangerous-commands.md:7 严重 危险命令 危险 Shell 命令
rm -rf ~ references/dangerous-commands.md:8 严重 危险命令 危险 Shell 命令
curl \| bash references/dangerous-commands.md:10 严重 危险命令 危险 Shell 命令
wget -O- \| sh references/dangerous-commands.md:11 严重 危险命令 危险 Shell 命令
curl https://... \| sh references/dangerous-commands.md:12 严重 危险命令 危险 Shell 命令
wget https://... \| bash references/dangerous-commands.md:13 严重 危险命令 危险 Shell 命令
wget \| bash references/rules.md:125 中危 外部 URL 外部 URL
https://clawhub.ai/AphobiaCat/aibtc SKILL.md:82 中危 外部 URL 外部 URL
https://clawhub.ai/chrisochrisochriso-cmyk/clawsec SKILL.md:87 中危 外部 URL 外部 URL
https://clawhub.ai/owner/skill-name SKILL.md:148 中危 外部 URL 外部 URL
https://wry-manatee-359.convex.site/api/v1/download?slug=$(echo scripts/scan.sh:252 中危 外部 URL 外部 URL
https://clawhub.ai/steipete/video-frames scripts/scan.sh:394 目录结构
11 文件 · 68.0 KB · 1844 行 Markdown 4f · 1020L
Shell 3f · 591L
JavaScript 3f · 231L
Text 1f · 2L
├─
▾
node
│ ├─
index.js
JavaScript
│ └─
scanner.js
JavaScript
├─
▾
references
│ ├─
dangerous-commands.md
Markdown
│ └─
rules.md
Markdown
├─
▾
scripts
│ ├─
run.sh
Shell
│ ├─
scan-all.sh
Shell
│ └─
scan.sh
Shell
├─
index.js
JavaScript
├─
SKILL_EN.md
Markdown
├─
SKILL.md
Markdown
└─
whitelist.txt
Text
安全亮点
✓ Comprehensive documentation with clear capability declarations
✓ All shell/network operations are declared in SKILL.md
✓ Static analysis only - does not execute code from target skills
✓ Proper cleanup of temporary directories after scanning
✓ Includes whitelist mechanism for trusted skills
✓ Supports JSON/JSONL output for programmatic analysis
✓ Reference documentation clearly explains detection rules
✓ Legitimate security scanning use case