handoff — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited handoff (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
This skill runs when context is nearly exhausted. Budget is the constraint. Draft from what's already in conversation context — do not re-read files, do not grep, do not ask interview questions, do not run a self-check pass. One Write call is the goal.
docs/<slug>-handoff.md where <slug> is a 2–3 word kebab-case identifier derived from the session's main agenda (or the user's freeform argument to the slash command, if given).
-2, -3, … — never clobber.mkdir -p docs if needed.Another LLM coding agent with Read/Write/Bash but zero prior context. Write for them: concrete paths, exact commands, exact error strings. No prose pleasantries, no recap of the dialogue.
Include only sections with real content. Omit or write None this session. for empty ones — never pad.
File | Change./ank:<skill> invocations + outcome. Omit if none.frontend/lib/auth.ts and trace refreshToken()" — not "figure out auth"). Write this last.Optional (include only if substantial and quick to produce): a fenced ASCII layout/architecture diagram, key types/state shape, or API surface touched.
Shape: tables for file lists, fenced ASCII for diagrams, short headers, no filler prose.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.