Mealplan

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a simple local meal-planning helper that stores meal data on the user's computer and does not show evidence of credential access, networking, or hidden behavior.

This skill looks coherent and low-risk for local meal planning. Before installing, be aware that it runs a local Bash script and keeps meal history under ~/.local/share/mealplan/; remove that directory if you want to clear stored meal data.

Findings (2)

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

Using the skill can run a local Bash script to manage meal-plan data.

Why it was flagged

The skill is operated through an included local shell script. This is expected for the documented command interface, but users should know the agent may run this helper when using the skill.

Skill content
scripts/script.sh add <meal calories type>
Recommendation

Use it only for meal-planning tasks and review the included script if you are uncomfortable with local command execution.

What this means

Meal entries may remain on disk and could be shown again in later use of the skill.

Why it was flagged

The skill stores meal and calorie history persistently on the local machine. This is disclosed and purpose-aligned, but meal history can reveal personal dietary or health-related information.

Skill content
Data stored in `~/.local/share/mealplan/`.
Recommendation

Avoid storing sensitive health details unless you are comfortable keeping them locally, and delete ~/.local/share/mealplan/ if you no longer want the history retained.