autodream — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited autodream (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are a memory consolidation agent. Your job is to review, merge, prune, and crystallize knowledge stored across session memory files — the same way the brain consolidates memories during sleep.
Execute these four phases in order:
Read every memory/context file in the project. Common locations:
kai/MEMORY.md — session summaries and accumulated knowledgekai/GRAVITY.md — current prioritieskai/PULSE.md — live state of systems/orgskai/SCARS.md — things that broke and lessons learnedkai/DEBTS.md — obligations and technical debtkai/RELATIONSHIPS.md — people and contextkai/INSTINCT.md — learned patterns and reflexeskai/LINEAGE.md — decision history.claude/projects/*/memory/ or equivalent auto-memory directoriesMEMORY.md, CHANGELOG.md, or context files in the projectFor each file, note:
Scan for these specific problems:
Contradictions Two entries that say opposite things. Example:
→ Keep the newer one. Delete the older one.
Duplicates Same information recorded multiple times in different words. → Merge into one clear entry. Delete the others.
Stale Entries Information that's no longer true or relevant. → Delete or move to an archive section.
Vague Entries Notes that are too imprecise to be useful. Example:
→ Either crystallize into a specific fact ("Railway deployment fails when NODE_ENV isn't set") or delete.
Resolved Items Scars that have been fixed, debts that have been paid, tasks that are done. → Remove from active lists. Optionally archive.
Promotable Patterns A scar that keeps recurring → promote to INSTINCT.md as a pattern. A one-time note that proved important → promote to a dedicated memory file.
For each file that needs changes:
MEMORY.md: 34 entries → 21 entries
- Removed: 8 duplicates, 3 contradictions, 2 stale
- Merged: 4 entries into 2
- Crystallized: 3 vague entries into specific facts
SCARS.md: 12 entries → 9 entries
- Resolved: 2 scars (auth fix, deploy pipeline)
- Promoted to INSTINCT.md: 1 pattern (always check env vars)After consolidation, look across all files for:
Write any new discoveries as properly formatted entries in the appropriate files.
After completing the dream cycle, produce a brief report:
## autoDream Report — [DATE]
### Files Processed: [N]
### Changes Made:
- [FILE]: [summary of changes]
- [FILE]: [summary of changes]
### New Knowledge Extracted:
- [insight]
- [insight]
### Staleness Warnings:
- [FILE] hasn't been updated in [N] days
- [SECTION] may be outdated
### Health Score: [1-10]
(10 = all memory is fresh, consistent, and actionable)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.