Healthy Meal Reminder
Analysis
This instruction-only meal reminder is coherent and not suspicious, but it uses recurring reminders and stores personal diet or weight details if enabled.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
openclaw cron add --name "早餐提醒" --schedule "0 7 * * *" --tz "Asia/Shanghai"
The artifact documents recurring scheduled reminders for meals, follow-ups, exercise, and weekly reports. This is expected for a reminder skill, but it creates persistent agent activity.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
记录格式(存入当日记忆)... 周日21:00自动提醒,询问:1. 本周体重变化
The skill records meal choices, calories, and weight-related check-ins in agent memory for daily totals and weekly/monthly trends.
