Context Guardian
Analysis
Context Guardian is an instruction-only local note-taking skill, but it asks the agent to run passively and silently save/read persistent conversation notes, so users should review its memory behavior before installing.
Findings (3)
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.
Use this skill ALWAYS — it runs passively in every session.
The skill asks for broad passive activation rather than only direct user invocation. This is aligned with context management, but it can make the skill affect many sessions and topics.
Don't narrate every save. If you're saving routine notes, just do it silently.
The skill explicitly reduces user visibility into routine file writes. The intent appears to be avoiding annoyance, but it can make persistent note-taking less transparent.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Your AI will automatically: - **Save notes** to `memory/YYYY-MM-DD.md` as you work together - **Read yesterday's and today's notes** at the start of each session
This establishes persistent local memory that is written during work and later reloaded into new sessions. It is central to the skill, but it can store and reintroduce sensitive, incorrect, or stale context without explicit per-entry approval.
