Skip to main content

dreaming-consolidator

Analyzes auto-memory graphs to identify patterns across sessions and generates a digest without altering the original memory.

Install this skill

or
52/100

Security score

The dreaming-consolidator skill was audited on May 28, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Access to hidden dotfiles in home directory

SourceSKILL.md
3description: Read the auto-memory graph (~/.claude/projects/*/memory/*.md), find cross-session patterns, and write a digest. The skill never mutates memory — output goes to a fresh file the user reads
medium line 8

Access to hidden dotfiles in home directory

SourceSKILL.md
8Read-only consolidator across the auto-memory graph. The agent walks every memory file under `~/.claude/projects/*/memory/`, identifies cross-session patterns (recurring frictions, repeated user corre
medium line 18

Access to hidden dotfiles in home directory

SourceSKILL.md
18- The cron-driven weekly digest — that's the `daily-brief-sdk` `dream-digest` workflow, which writes to `~/.claude/cook-and-brief/dream-digest/weekly-YYYY-MM-DD.html` and emails it. Don't duplicate th
medium line 19

Access to hidden dotfiles in home directory

SourceSKILL.md
19- Confidential synthesis intended to feed back into auto-memory — this skill **never** writes into `~/.claude/projects/*/memory/` (that path is reserved for factual auto-memory; speculative synthesis
low line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25mkdir -p ~/.claude/cooking
low line 28

Access to hidden dotfiles in home directory

SourceSKILL.md
28printf '{"start_epoch": "%s"}' "$START_EPOCH" > ~/.claude/cooking/active-$PID
medium line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
313. The agent reads every `.md` file under `~/.claude/projects/*/memory/`, takes notes on patterns observed across files, and writes a digest naming at least 3 patterns.
medium line 32

Access to hidden dotfiles in home directory

SourceSKILL.md
324. The output file path **must not** be under `~/.claude/projects/*/memory/`. A safe default is `~/Documents/dreaming-digests/<YYYY-MM-DD>.md` or wherever the user nominated.
low line 57

Access to hidden dotfiles in home directory

SourceSKILL.md
57rm -f ~/.claude/cooking/active-$PID ~/.claude/cooking/iter-$PID
medium line 64

Access to hidden dotfiles in home directory

SourceSKILL.md
64- **Don't** write the digest into `~/.claude/projects/*/memory/`. Speculative synthesis must not poison factual auto-memory.
medium line 71

Access to hidden dotfiles in home directory

SourceSKILL.md
71The output file exists at the nominated path and is **not** under `~/.claude/projects/*/memory/`. The mtime of every file under `~/.claude/projects/*/memory/` is unchanged after the run (run `stat` be
medium line 75

Access to hidden dotfiles in home directory

SourceSKILL.md
75For a scheduled, emailed weekly digest, install the `daily-brief-sdk` `dream-digest` workflow. That workflow writes to `~/.claude/cook-and-brief/dream-digest/weekly-YYYY-MM-DD.html`, sends an email, a
Scanned on May 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 7
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
v1truv1us/ai-eng-system