preview-first-large-output-messages-5c19c8 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited preview-first-large-output-messages-5c19c8 (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: messaging Trigger: Apply whenever a persisted tool result response must include a preview so the model sees the start of the output along with the saved artifact reference. Source Pattern: Distilled from reviewed large-result persistence and preview UX implementations.
When tool output is too large to show inline, persist the full artifact first and then render a response that leads with the saved-file reference plus a short preview from the beginning of the content. Build the preview from the stored artifact rather than regenerating it from a second formatting path, so what the user sees matches what was actually saved. Include enough metadata to show that the preview is partial and that the full artifact remains available for later reading.
When a tool returns a 200 KB JSON dump, store it as tool-results/<id>.json, then emit a message that points to that file and shows the first couple kilobytes as a preview so the user immediately understands what was returned.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.