扫描报告
5 /100
image-calorie-tracker
Photo Calorie Tracker - Recognizes food photos, logs daily calorie intake, and generates reports
A legitimate calorie tracking skill with documented filesystem access and a standard shell script for report generation; no malicious behavior detected.
可以安装
No action required. The skill operates within its documented scope with appropriate resource usage.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ/WRITE | READ/WRITE | ✓ 一致 | SKILL.md documents /root/.openclaw/workspace paths for images and memory |
目录结构
5 文件 · 4.5 KB · 148 行 Markdown 1f · 87L
Shell 1f · 37L
JSON 1f · 15L
Text 2f · 9L
├─
▾
config
│ └─
target_calorie.txt
Text
├─
▾
scripts
│ └─
report.sh
Shell
├─
_meta.json
JSON
├─
RELEASE_NOTES.txt
Text
└─
SKILL.md
Markdown
安全亮点
✓ Skill purpose (calorie tracking) is clearly documented in SKILL.md
✓ Shell script (report.sh) uses only standard Unix tools (grep, awk, date)
✓ Input validation present in shell script (digit check for DAYS parameter)
✓ All file paths are explicitly declared in documentation
✓ No network access declared or observed
✓ No credential access or harvesting
✓ No base64, obfuscation, or suspicious encoding
✓ No external IP communication or C2 patterns
✓ Script operates only on calorie-related data files