resume-skill-listing-suppression-79d17b — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited resume-skill-listing-suppression-79d17b (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: command-surfaces Trigger: Apply when a resume flow already contains a previous skill_listing attachment and injecting another would waste ~600 tokens. Source Pattern: Distilled from reviewed command-surface and listing-control patterns.
Treat a resume run as continuing an existing transcript: before recomputing skill_listing, mark every command that already exists in the transcript as sent by setting suppressNext = true and filling sentSkillNames for that agentId. Return early without emitting any listing so the resume session does not repeat the large skill payload, even though the future process loses the ability to announce cross-process deltas until the next full session.
suppressNextSkillListing() so external flows (conversation recovery) can set a flag that the next listing should be skipped.suppressNext; if true, mark all current commands as sent, reset the flag, and return [].sentSkillNames map keyed by agentId (main thread uses empty string) so per-agent delta tracking remains correct.When a session is resumed, call suppressNextSkillListing() right before getSkillListingAttachments so it returns [] and the transcript keeps the listing it already has instead of receiving another copy.
sentSkillNames or unset suppressNext during resume; you need to pretend the listing is still current.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.