Session Watchdog

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for saving session checkpoints, but it does persist conversation and project details into a memory file.

Before installing, be comfortable with the agent saving checkpoint summaries to memory/YYYY-MM-DD.md. This can help prevent data loss during long sessions, but avoid letting it record secrets or private details you do not want persisted.

Findings (1)

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

Session summaries, project details, preferences, and modified file paths may be stored for later use by the agent.

Why it was flagged

The skill persists conversation-derived context into a memory file. This is aligned with the checkpointing purpose, but it means potentially sensitive or incorrect session details can survive across compaction or future tasks.

Skill content
Save checkpoint to memory file: - Read current memory/YYYY-MM-DD.md - Add key context: decisions, pending tasks, important details - Write back to memory file
Recommendation

Review checkpoint contents when sensitive work is involved, avoid saving secrets, and clear or edit the memory file if stored context becomes outdated or private.