tail-preserving-task-output-truncation-d8058d — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tail-preserving-task-output-truncation-d8058d (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: task-output Trigger: Use this when a task produces output larger than the session’s configured limit and you need to keep a concise preview plus a persistent archive. Source Pattern: Distilled from reviewed tool execution, streaming, persistence, and output-budget implementations.
Track each task’s output size before emitting it. If it exceeds the configured limit, store the full output on disk, prepend a header that points to the saved file, and emit only the final slice of the log that still fits. Keeping the tail preserves the most recent progress or failure details while the persisted artifact holds the complete transcript.
When a build step emits 100 KB of logs, save the full output to a file such as tool-results/build-task.txt, then return only the tail of the log plus a header that tells the reader where the full output lives.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.