扫描报告
5 /100
skill-isolator
Project-based skill isolation and management. Enables different projects to use different skill sets with automatic loading.
Skill-isolator is a legitimate project-based skill management tool with well-documented functionality and no malicious behavior observed.
可以安装
This skill is safe to use. The shell execution (execSync for clawhub install) and rm commands are documented and necessary for the stated functionality.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Shell execution via execSync 代码执行 | scripts/sync-project-skills.js:78 |
| 低危 | Documentation of rm -rf command 文档欺骗 | references/faq.md:188 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✓ 一致 | SKILL.md: Reads/writes .openclaw-skills.json in project; accesses ~/.openclaw fo… |
| 命令执行 | NONE | WRITE | ✓ 一致 | scripts/sync-project-skills.js:28 - Uses execSync to run 'clawhub install' |
| 网络访问 | NONE | READ | ✓ 一致 | Installs skills from clawhub registry |
1 严重 3 项发现
严重 危险命令 危险 Shell 命令
rm -rf ~ references/faq.md:188 中危 外部 URL 外部 URL
https://discord.com/invite/clawd references/faq.md:426 提示 邮箱 邮箱地址
[email protected] references/tutorials.md:283 目录结构
12 文件 · 73.3 KB · 3461 行 Markdown 7f · 2576L
JavaScript 3f · 801L
JSON 2f · 84L
├─
▾
references
│ ├─
example-config.json
JSON
│ ├─
faq.md
Markdown
│ ├─
quick-reference.md
Markdown
│ ├─
tutorials.md
Markdown
│ └─
usage-guide.md
Markdown
├─
▾
scripts
│ ├─
init-project-config.js
JavaScript
│ ├─
sync-project-skills.js
JavaScript
│ └─
validate-config.js
JavaScript
├─
package.json
JSON
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
TEST-REPORT.md
Markdown
依赖分析 4 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
fs | built-in | node | 否 | Built-in Node.js module |
path | built-in | node | 否 | Built-in Node.js module |
child_process | built-in | node | 否 | Built-in Node.js module |
readline | built-in | node | 否 | Built-in Node.js module |
安全亮点
✓ No credential harvesting or environment variable scanning for sensitive keys
✓ No base64 encoding, obfuscation, or anti-analysis techniques
✓ No hidden functionality - all features declared in SKILL.md
✓ No external IP connections except to documented clawhub registry
✓ File operations restricted to ~/.openclaw directory
✓ No supply chain risks - no external dependencies with vulnerabilities
✓ Comprehensive documentation matches code implementation
✓ Proper error handling and input validation