扫描报告
15 /100
360Guard
360-degree comprehensive security review Skill. Use before installing any Skill from ClawHub, GitHub, or other sources.
360Guard is a legitimate security scanner skill that documents dangerous patterns (nc -e, base64 -d) as detection targets - these are false positives in the documentation, not actual malicious code.
可以安装
Safe to install. The skill uses standard grep/find/file operations for security scanning. No credential theft, data exfiltration, or persistence mechanisms detected.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Pattern Documentation (False Positive) 文档欺骗 | SKILL.md:99 |
| 提示 | Base64 Pattern Documentation (False Positive) 文档欺骗 | SKILL.md:206 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | Scanner reads target files for pattern matching |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Scripts execute grep/find commands for scanning |
| 网络访问 | NONE | NONE | — | No network calls made by scanner scripts |
2 严重 3 项发现
严重 危险命令 危险 Shell 命令
nc -e SKILL.md:99 严重 编码执行 Base64 编码执行(代码混淆)
base64 -d SKILL.md:206 中危 外部 URL 外部 URL
https://clawhub.ai/api/download/SKILL_NAME SKILL.md:471 目录结构
5 文件 · 34.9 KB · 1003 行 Markdown 2f · 715L
JavaScript 1f · 177L
Shell 2f · 111L
├─
▾
scripts
│ ├─
full-scan.sh
Shell
│ ├─
quick-scan.sh
Shell
│ └─
scanner.cjs
JavaScript
├─
CHANGELOG.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Purpose is security vetting - legitimate defensive tool
✓ No credential theft or exfiltration code detected
✓ No persistence mechanisms (cron, systemd, etc.)
✓ No reverse shell or C2 communication
✓ Scripts use standard grep/find operations for pattern matching
✓ External URLs are in documentation/instructions, not executed code
✓ No obfuscation or base64-encoded payloads in executable code
✓ No supply chain risks - no external dependencies
✓ Scanner is self-referential - detects its own documented patterns as examples