可信 — 风险评分 5/100
上次扫描:21 小时前 重新扫描
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.
技能名称image-calorie-tracker
分析耗时25.8s
引擎pi
可以安装
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 1L · 5 B
├─ 📁 scripts
│ └─ 🔧 report.sh Shell 37L · 1.1 KB
├─ 📋 _meta.json JSON 15L · 395 B
├─ 📄 RELEASE_NOTES.txt Text 8L · 503 B
└─ 📝 SKILL.md Markdown 87L · 2.5 KB

安全亮点

✓ 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