扫描报告
5 /100
zhua-economy
爪爪自主经济系统 —— 技能变现、任务定价、收益分配、经济自治
A minimal skeleton skill with placeholder documentation and one benign example script. No malicious behavior detected; no sensitive operations performed.
可以安装
This skill is essentially empty (stub documentation). No security concerns, but it also provides no functional value. Verify actual implementation scripts exist before deployment.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Documentation references non-existent scripts 文档欺骗 | SKILL.md:59 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No scripts present to infer filesystem access |
| 网络访问 | NONE | NONE | — | No network calls in example.py |
| 命令执行 | NONE | NONE | — | No subprocess or shell commands in example.py |
| 环境变量 | NONE | NONE | — | No os.environ access in example.py |
目录结构
4 文件 · 4.4 KB · 154 行 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
安全亮点
✓ 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