session-memory-first-compaction-e0aaf8 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited session-memory-first-compaction-e0aaf8 (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.
Domain: context-management Trigger: Apply when an auto-compact flow can query a session-memory summary before running the heavier legacy compaction path. Source Pattern: Distilled from reviewed lightweight summary-first and fallback compaction implementations.
When auto-compaction fires, try the lightweight session-memory summary path first. If it returns a usable summary, treat that as a successful compaction and skip the heavier full-conversation compaction path. Only fall back to the heavyweight path when the lightweight summary is unavailable. This keeps cached or precomputed summaries in charge whenever possible and reserves the costly path for true misses.
wasCompacted: true so callers skip the fallback path.compactConversation when session memory compaction returns null.Auto-compaction finds a fresh session-memory summary, accepts it as the compaction result, records success, and avoids calling the heavyweight compaction path at all.
lastSummarizedMessageId and notify cache detectors when the lightweight path wins.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.