time-based-microcompact-trigger-8d39c2 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited time-based-microcompact-trigger-8d39c2 (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 the interval since the last assistant response exceeds the threshold and cached microcompact cannot run. Source Pattern: Distilled from reviewed context, compaction, and memory-governance patterns.
Measure the minutes since the last main-thread assistant message, compare it to gapThresholdMinutes, and only fire when the configured trigger is enabled and the caller is the main thread. When triggered, keep the last keepRecent tool results and content-clear the rest by replacing their content with the [Old tool result content cleared] marker. Log the elapsed gap, tokens saved, and retained count so operators can tune the gap threshold.
querySource (main thread) before firing so external helpers do not misinterpret delays as triggers.null unless the gap exceeds the threshold, ensuring callers only run the clearing logic when necessary.When a session sits idle longer than gapThresholdMinutes, apply this trigger to replace outdated tool results with [Old tool result content cleared], log the 12-minute gap, and still leave the last tool result so future summaries have some fresh context.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.