Scan Report
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.
Safe to install
No action required. The skill operates within its documented scope with appropriate resource usage.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| 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
├─
▾
scripts
│ └─
report.sh
Shell
├─
_meta.json
JSON
├─
RELEASE_NOTES.txt
Text
└─
SKILL.md
Markdown
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