Trusted — Risk Score 5/100
Last scan:21 hr ago Rescan
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.
Skill Nameimage-calorie-tracker
Duration25.8s
Enginepi
Safe to install
No action required. The skill operates within its documented scope with appropriate resource usage.
ResourceDeclaredInferredStatusEvidence
Filesystem READ/WRITE READ/WRITE ✓ Aligned SKILL.md documents /root/.openclaw/workspace paths for images and memory

File Tree

5 files · 4.5 KB · 148 lines
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

Security Positives

✓ 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