session-handoff — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited session-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.
Two modes sharing one state contract. HANDOFF packages current work so the next agent (or future session) resumes without re-discovery. PICKUP rehydrates from that package at session start. Pick the mode from intent: ending or pausing work = HANDOFF; starting on existing work = PICKUP.
Produce a concise bullet package with these sections, in order. Every claim comes from a command you ran this session — re-run when stale, because a wrong handoff costs more than no handoff.
git status -sb summary; note local commits not yet pushed and whether you are in a worktree (pwd contains .claude/worktrees/).gh pr checks <num> when a PR exists).ps auxww | grep -E '<your-process>', plus a copy-paste attach or log-tail command (tail -f <logfile>, jobs -l). Redact secrets in command lines.Gate: every live process has a copy-paste command; every pending step is ordered. Output format: bullet list, Dense-Complete — short enough to paste into a PR comment or session note.
Rehydrate in this order, then act.
git status -sb; confirm branch, local commits, worktree path.gh pr view <num> --comments (derive the PR from the branch when unnumbered); note failing checks.Gate: branch, PR state, and first action are confirmed before any edit. Report discrepancies between the handoff and observed state; observed state wins.
skills/process/worktree-agent/SKILL.md rules: verify CWD, feature branch first.<redacted>.Cause: job exited between sessions. Solution: check its log file for exit status, record the finding, drop the attach step.
Cause: another agent or the user moved the worktree. Solution: report the difference and proceed from observed state.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.