Scan Report
5 /100
zhua-economy
爪爪自主经济系统 —— 技能变现、任务定价、收益分配、经济自治
A minimal skeleton skill with placeholder documentation and one benign example script. No malicious behavior detected; no sensitive operations performed.
Safe to install
This skill is essentially empty (stub documentation). No security concerns, but it also provides no functional value. Verify actual implementation scripts exist before deployment.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Documentation references non-existent scripts Doc Mismatch | SKILL.md:59 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No scripts present to infer filesystem access |
| Network | NONE | NONE | — | No network calls in example.py |
| Shell | NONE | NONE | — | No subprocess or shell commands in example.py |
| Environment | NONE | NONE | — | No os.environ access in example.py |
File Tree
4 files · 4.4 KB · 154 lines Markdown 2f · 111L
Text 1f · 24L
Python 1f · 19L
├─
▾
assets
│ └─
example_asset.txt
Text
├─
▾
references
│ └─
api_reference.md
Markdown
├─
▾
scripts
│ └─
example.py
Python
└─
SKILL.md
Markdown
Security Positives
✓ No shell execution detected
✓ No credential harvesting or environment variable access
✓ No network requests or data exfiltration
✓ No obfuscation techniques (base64, eval, etc.)
✓ No sensitive file path access (~/.ssh, ~/.aws, .env)
✓ No malicious dependencies
✓ example.py is a simple, readable placeholder with no dangerous operations