Meal Planner

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Your meal preferences, allergies, household details, store preferences, and food budget may be saved in local markdown files for future planning.

Why it was flagged

The skill intentionally creates persistent local memory for household members, dietary restrictions, budget targets, and shopping logistics. This is expected for a meal planner, but users should recognize that personal household and health-related food information will be stored locally.

Skill content
Create `~/meal-planner/memory.md` with this structure: ... ## Household ... ## Dietary ... ## Budget ... preferred-store: [store name]
Recommendation

Only enter information you are comfortable storing locally, and periodically review or delete files in ~/meal-planner/ if your preferences or privacy needs change.