扫描报告
20 /100
clawhub-publisher
ClawHub技能发布助手。在发布新技能前自动检查ClawHub/GitHub上的现有版本,对比实现思路,智能整合差异后发布/更新。
Legitimate ClawHub publishing automation tool with minor documentation gaps (missing allowed-tools declaration) but no malicious behavior detected.
可以安装
Add an allowed-tools declaration to SKILL.md specifying shell:WRITE for bash execution, filesystem:READ for file operations, and network:READ for API calls to clawhub.com.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Missing allowed-tools declaration 文档欺骗 | SKILL.md:1 |
| 低危 | Modifies system file publish.js 权限提升 | scripts/publish.sh:88 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | NONE | WRITE | ✗ 越权 | All scripts use bash for execution |
| 文件系统 | NONE | READ | ✗ 越权 | Scripts read local files and package.json |
| 网络访问 | NONE | READ | ✗ 越权 | clawhub inspect/install/publish commands make API calls |
11 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/License-MIT-yellow.svg README.md:3 中危 外部 URL 外部 URL
https://opensource.org/licenses/MIT README.md:3 中危 外部 URL 外部 URL
https://clawhub.com README.md:187 中危 外部 URL 外部 URL
https://semver.org/ references/best-practices.md:25 中危 外部 URL 外部 URL
https://www.conventionalcommits.org/ references/best-practices.md:460 中危 外部 URL 外部 URL
https://www.shellcheck.net/ references/best-practices.md:461 中危 外部 URL 外部 URL
https://pep8.org/ references/best-practices.md:462 中危 外部 URL 外部 URL
https://api.clawhub.com) references/clawhub-api.md:265 中危 外部 URL 外部 URL
https://custom-api.clawhub.com references/clawhub-api.md:268 中危 外部 URL 外部 URL
https://git-scm.com/doc references/git-workflow.md:352 中危 外部 URL 外部 URL
https://clawhub.com/skills/$SLUG scripts/publish.sh:155 目录结构
12 文件 · 42.1 KB · 1989 行 Markdown 5f · 1377L
Shell 5f · 582L
JSON 2f · 30L
├─
▾
references
│ ├─
best-practices.md
Markdown
│ ├─
clawhub-api.md
Markdown
│ └─
git-workflow.md
Markdown
├─
▾
scripts
│ ├─
check-existing.sh
Shell
│ ├─
compare-versions.sh
Shell
│ ├─
config.sh
Shell
│ ├─
publish.sh
Shell
│ └─
update.sh
Shell
├─
config.example.json
JSON
├─
package.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No credential theft - does not access ~/.ssh, ~/.aws, or other sensitive credential paths
✓ No data exfiltration - all network traffic is to legitimate clawhub.com API
✓ No obfuscation - all code is plain shell scripts without base64 or encoded payloads
✓ No reverse shell or C2 communication
✓ No remote script execution via curl|bash or wget|sh
✓ External dependencies (clawhub CLI) are from a legitimate package manager
✓ Scripts have proper error handling and exit codes
✓ User-interactive prompts before sensitive operations