largest-first-context-shedding-80ef4d — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited largest-first-context-shedding-80ef4d (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: tool-result-budget Trigger: Apply when one outbound user message exceeds the tool-result budget and you must decide which fresh results to replace first. Source Pattern: Distilled from reviewed per-message budgeting and tool-result persistence implementations.
Gather eligible tool-result candidates per API-level message, keep track of the frozen size contributed by already-seen results, and sort the fresh candidates in descending size order. Subtract each candidate from the running total until the total drops beneath the budget. Replace only the selected large entries with persisted preview messages while leaving smaller or previously seen blocks untouched so the largest tokens are shed first.
size and keep removing the largest entries, approximating their savings by subtracting their full size before the actual persistence preview is known.A user turn emits four tool-result blocks totaling 120k characters while the per-message budget is 50k. Select the two largest fresh results for persistence first, replace them with previews, and keep the smaller blocks inline if they still fit.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.