handoff-list — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited handoff-list (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.
Give the user a quick, scannable overview of every handoff they have parked, so they can decide what to pick up next.
Look in .handoffs/ in the project root for files named handoff-NNNN.md.
If the directory does not exist or is empty, tell the user there are no saved handoffs yet and mention they can create one with handoff-create. Stop there.
For every file, read the frontmatter (handoff, title, created) and the <handoff-summary> block. The summary is written to be self-contained — that is the part the user wants to see.
If a file's frontmatter or summary cannot be parsed, mark it with ⚠ malformed and continue listing the rest.
Show the handoffs ordered by number. For each one, give the number, title, created date, and the summary in the user's own language if they are not writing in English. (Handoff files are stored in English; translate summaries into the user's language for display only.) A compact table works well when there are several:
| # | Title | Created | Summary |
|---|---|---|---|
| 0001 | Add rate limiting to the API | 2026-05-12 | <one-line gist of the summary> |
| 0002 | Migrate config to TypeScript | 2026-05-18 | <one-line gist of the summary> |
If there are only one or two handoffs, a short prose description of each reads better than a table — use judgment.
Close by reminding the user they can dive into one with handoff-invoke <number> or clear a finished one with handoff-close <number>.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.