Session Handoff
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to save and resume local session notes with disclosed helper scripts; users should mainly watch the persistent handoff content and install source.
This skill is coherent for creating local AI session handoffs. Before installing, verify the source you install from, and when using it, review generated handoff files for accuracy and make sure they do not contain secrets or instructions you would not want a future agent to follow.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A future agent may trust and act on information saved in these handoff files.
The skill intentionally makes saved handoff documents part of future agent context and action planning, so stale or tampered handoffs could influence later work.
Read the handoff document completely... Start with "Immediate Next Steps" item #1.
Review handoff documents before resuming, keep them in trusted project storage, and continue using the provided validation and staleness checks.
Installing and using the skill means running local helper scripts that create files and inspect git/project metadata.
The skill instructs use of bundled Python scripts. This local code execution is disclosed and central to the stated purpose, but it still runs code in the user's project environment.
Run the smart scaffold script: ```bash python scripts/create_handoff.py [task-slug] ```
Run the scripts only from a trusted installation and in the intended project directory.
If installed from a moving branch or untrusted source, the code obtained later could differ from the reviewed artifacts.
The README documents installation from a GitHub branch/path rather than a pinned release or digest. This is disclosed, but users should verify provenance.
npx add https://github.com/wpank/ai/tree/main/skills/tools/session-handoff
Prefer a pinned version or trusted registry source, and review the installed files before use.
