handoff-close — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited handoff-close (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.
When a parked task is resolved, its handoff file is no longer needed. Closing a handoff means deleting .handoffs/handoff-NNNN.md.
Because this permanently removes a file, always confirm before deleting.
.handoffs/ does not exist or is empty, tell the user there are no savedhandoffs to close and stop.
.handoffs/handoff-NNNN.md (zero-pad it).title and<handoff-summary> of the files; if ambiguous, ask which one.
Read the file and show the user the number, title, and summary of the handoff about to be deleted, so they can confirm it is the right one. Ask for explicit confirmation before deleting — for example:
Handoff0002— "Migrate config to TypeScript". Closing this will delete.handoffs/handoff-0002.mdpermanently. Go ahead?
If the user already gave a clear, unambiguous instruction to delete a specific numbered handoff, you may treat that as confirmation and proceed — but still show what is being removed.
Remove the file:
rm .handoffs/handoff-NNNN.md(On Windows: Remove-Item .handoffs\handoff-NNNN.md)
(In some environments deleting a file may prompt for permission — that is expected; let the user approve it.)
Tell the user the handoff was closed and deleted. Optionally mention how many handoffs remain, or suggest handoff-list to see the rest.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.