eatsomething-by

PassAudited by ClawScan on Feb 25, 2026.

Overview

The skill's declared purpose (personal diet profile + food inventory and recommendation) matches its instructions: it only reads/writes local files in its own references/ folder and uses the main model for recommendations, with no external network calls or additional credentials requested.

This skill is internally consistent, but it stores persistent personal information in files under references/. Before installing, consider: (1) where the agent runs — avoid installing in multi-user or public environments if you want privacy; (2) review the created files (references/my-diet-profile.md and references/my-food.md) for sensitive info and set restrictive filesystem permissions; (3) test with dummy data first to confirm behavior; (4) if you need stronger privacy, do not store real personal or medical details in these files or implement encryption/secure storage outside the skill. Also note the platform is responsible for enforcing the 'main session only' restriction — confirm that policy is supported if that matters to you.