Munger Observer

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent with its stated purpose, but users should notice that it asks to read daily memory and session logs and can be scheduled for recurring reviews.

This appears safe to use as an instruction-only reflection skill. Before installing, be aware that it is designed to read today's memory and session logs to summarize decisions and detect thinking biases, and only enable the optional daily schedule if you want that recurring review.

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

The review may expose or summarize private work history, decisions, and user requests from the current day.

Why it was flagged

The skill explicitly uses persistent memory and session logs as input. This is purpose-aligned for a daily review, but those sources may contain private or sensitive context.

Skill content
Read today's memory file (`memory/YYYY-MM-DD.md`)
- Scan session logs for today's activity
- Extract: decisions made, tasks worked on, problems tackled, user requests
Recommendation

Install only if you are comfortable with the agent using today's memory and session logs for reflection; keep sensitive secrets out of those logs where possible.

What this means

If the user chooses to schedule it, the skill may run daily and review that day's memory and session activity.

Why it was flagged

The artifact describes optional recurring execution. It is disclosed and user-directed, with no code or hidden background mechanism present.

Skill content
## Scheduling (Optional)
Set up a cron job for daily automated review:
- Recommended time: End of workday (e.g., 5pm local)
- Trigger message: `MUNGER_OBSERVER_RUN`
Recommendation

Use scheduling only if you want recurring reviews, and ensure the scheduled trigger runs in an environment where daily memory and session logs are appropriate to read.