Scan Report
22 /100
zhua-contributor
爪爪社区贡献系统 - 发布技能到skillhub、撰写文档、分享经验
This is a placeholder/template skill with benign shell scripts that list files and display information, but contains documentation mismatch (SKILL.md references non-existent scripts) and accesses a sensitive workspace path.
Safe to install
Review the SKILL.md documentation accuracy. The referenced scripts (prep_skill.py, validate_skill.py, gen_docs.py, publish_skill.py) do not exist - only example.py and publish_all.sh are present. Verify this is intentional template content.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Medium | SKILL.md references non-existent scripts Doc Mismatch | SKILL.md:47 |
| Low | Access to OpenClaw workspace path Sensitive Access | scripts/publish_all.sh:17 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | publish_all.sh accesses /root/.openclaw/workspace/ only for file listing and siz… |
| Network | NONE | NONE | — | No network requests found in any scripts |
| Shell | NONE | NONE | — | Only uses bash for local file operations and echo statements |
| Environment | NONE | NONE | — | No environment variable access detected |
File Tree
5 files · 5.7 KB · 211 lines Markdown 2f · 103L
Shell 1f · 65L
Text 1f · 24L
Python 1f · 19L
├─
▾
assets
│ └─
example_asset.txt
Text
├─
▾
references
│ └─
api_reference.md
Markdown
├─
▾
scripts
│ ├─
example.py
Python
│ └─
publish_all.sh
Shell
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
python3 | unspecified | system | No | Only used for placeholder example.py script |
Security Positives
✓ No credential harvesting or exfiltration detected
✓ No network requests to external IPs
✓ No base64-encoded commands or obfuscation
✓ No reverse shell or C2 communication
✓ The publish_all.sh script only performs read-only operations (file existence checks and size reporting)
✓ No supply chain risks - only standard libraries used in example.py
✓ Scripts are simple and easily auditable