扫描报告
20 /100
nginx-explorer
Explore nginx-proxied directories to discover tools and utilities
Skill is legitimate nginx directory explorer with mostly correct documentation. Two pre-flagged rm commands are uninstall examples in documentation context, not malicious code execution.
可以安装
The skill is safe to use. The NGINX_SKIP_SSL_VERIFY default of true could be documented more prominently for users on untrusted networks.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | SSL verification disabled by default 敏感访问 | SKILL.md:12 |
| 低危 | Undeclared file write capability 文档欺骗 | SKILL.md:89 |
| 提示 | False positive: rm commands in documentation 敏感访问 | INSTALLATION.md:180 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | curl commands throughout SKILL.md |
| 文件系统 | NONE | WRITE | ✓ 一致 | Downloads to /tmp (documented in examples) |
| 命令执行 | NONE | NONE | — | chmod +x mentioned in docs but no actual shell execution in skill |
2 严重 8 项发现
严重 危险命令 危险 Shell 命令
rm -rf ~ INSTALLATION.md:180 严重 危险命令 危险 Shell 命令
rm -rf / INSTALLATION.md:183 中危 外部 URL 外部 URL
http://apt_nginx INSTALLATION.md:55 中危 外部 URL 外部 URL
http://apt_nginx/ INSTALLATION.md:86 中危 外部 URL 外部 URL
https://docs.openclaw.ai INSTALLATION.md:192 中危 外部 URL 外部 URL
https://discord.com/invite/clawd INSTALLATION.md:193 中危 外部 URL 外部 URL
http://192.168.1.100:8080 SKILL.md:12 中危 外部 URL 外部 URL
http://internal-tools.local SKILL.md:12 目录结构
3 文件 · 15.0 KB · 590 行 Markdown 3f · 590L
├─
INSTALLATION.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ SKILL.md documentation is comprehensive and accurately describes capabilities
✓ No hidden functionality or obfuscated code found
✓ Skill only requires curl, no additional dependencies
✓ Security considerations section exists with advice to validate scripts
✓ No credential harvesting or sensitive path access
✓ No network exfiltration or C2 communication patterns
✓ Tool download is intentional and documented with user control