Track
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears benign: it stores habit-tracking data locally with a simple logging script, though it retains personal progress data and references some helper files that are not included.
Before installing, be aware that this skill keeps habit and goal history in local JSON files under memory/track. That behavior is disclosed and aligned with the tracking purpose, but you should avoid recording highly sensitive personal details unless you are comfortable retaining them locally. Also note that only the habit logging script is included; other referenced goal, trend, streak, and export helpers should be verified if added later.
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.
Your habits, goals, streaks, and progress history may remain on disk and be available to future uses of the skill until you delete them.
The skill is designed to persist personal habit, goal, streak, and metric data for later use. This is disclosed and purpose-aligned, but it creates a local store of potentially sensitive personal behavior data.
- `memory/track/habits.json` - Habit tracking data - `memory/track/goals.json` - Goal definitions and progress - `memory/track/streaks.json` - Streak records
Use it only for information you are comfortable storing locally, and periodically review or delete the files under memory/track if you no longer want that history retained.
Some advertised features may not work as documented, and users should avoid running similarly named helper files from outside the reviewed package without checking them first.
The skill documentation references helper scripts that are not included in the provided file manifest, which contains only SKILL.md and scripts/track_habit.py.
| `update_goal.py` | Update goal progress | | `view_trends.py` | View progress trends | | `check_streaks.py` | Check current streaks |
Treat the included track_habit.py as the reviewed helper, and verify any additional scripts or documentation before relying on or executing them.
