Scan Report
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.
Safe to install
The skill is safe to use. The NGINX_SKIP_SSL_VERIFY default of true could be documented more prominently for users on untrusted networks.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Low | SSL verification disabled by default Sensitive Access | SKILL.md:12 |
| Low | Undeclared file write capability Doc Mismatch | SKILL.md:89 |
| Info | False positive: rm commands in documentation Sensitive Access | INSTALLATION.md:180 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | curl commands throughout SKILL.md |
| Filesystem | NONE | WRITE | ✓ Aligned | Downloads to /tmp (documented in examples) |
| Shell | NONE | NONE | — | chmod +x mentioned in docs but no actual shell execution in skill |
2 Critical 8 findings
Critical Dangerous Command 危险 Shell 命令
rm -rf ~ INSTALLATION.md:180 Critical Dangerous Command 危险 Shell 命令
rm -rf / INSTALLATION.md:183 Medium External URL 外部 URL
http://apt_nginx INSTALLATION.md:55 Medium External URL 外部 URL
http://apt_nginx/ INSTALLATION.md:86 Medium External URL 外部 URL
https://docs.openclaw.ai INSTALLATION.md:192 Medium External URL 外部 URL
https://discord.com/invite/clawd INSTALLATION.md:193 Medium External URL 外部 URL
http://192.168.1.100:8080 SKILL.md:12 Medium External URL 外部 URL
http://internal-tools.local SKILL.md:12 File Tree
3 files · 15.0 KB · 590 lines Markdown 3f · 590L
├─
INSTALLATION.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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