handoff — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited handoff (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.
Transfer in-progress work to another agent or execution context with full state preservation, so work continues seamlessly after the current session ends or context runs out.
ck_route recommends a different agent or runtime for the remaining taskck_context to load current session state, open findings, active goal, and proof summary.ck_memory_search with the current task description to surface any prior decisions, constraints, or context that the receiving agent will need.ck_memory_record (type: decision, scope: session) containing:ck_goal (mode: read) to confirm the goal record is current. If it has drifted from what was actually worked on, update it with ck_goal (mode: record) before handing off.ck_route to determine the best agent or execution mode for the remaining work. Provide the remaining task list and any constraints.ck_delegate with the handoff packet as context and the routing recommendation from step 5. Use mode handoff for human-mediated transfer or mode runtime for automated background execution.ck_route returns no suitable agent, tell the user explicitly rather than handing off to a mismatched executor.At the end of this skill:
ck_memory_record entry (type: decision) containing the full handoff packetck_delegate call that initiates the transferproof-memory skill firstck_route tool documentation~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.