Task Tracker

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill coherently tracks tasks in a small persistent file, but users should know it records task details across sessions.

This appears safe and purpose-aligned for automatic task tracking. Before installing, be comfortable with the agent writing a small persistent `memory/tasks.md` file that can include task descriptions, progress notes, links, server names, PIDs, and commands.

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

Task descriptions, progress notes, links, and background command details may persist across sessions and influence later work.

Why it was flagged

The skill creates persistent task memory that is read in future sessions, which can carry sensitive, stale, or user-supplied task context forward.

Skill content
`memory/tasks.md` — single source of truth. ... `Session start` → read `memory/tasks.md` to resume awareness
Recommendation

Use this only if persistent task tracking is desired, and periodically review or clear `memory/tasks.md` if tasks contain sensitive information.

What this means

Installing the skill may cause the agent to update its task state file without asking for a separate confirmation each time.

Why it was flagged

The artifact instructs the agent to operate automatically across tasks, which is disclosed and purpose-aligned but broader than a manually invoked helper.

Skill content
Use on EVERY task start, progress update, completion, or failure. ... Triggers automatically — not user-invoked.
Recommendation

Install only if automatic task-state updates are acceptable; otherwise prefer a manually invoked task-tracking workflow.