todo-archive — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited todo-archive (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.
Archive checked Markdown task-list items from TODO.md into .ai/todos/TODO_UNTIL_YYYY_MM_DD.md, then leave only unchecked tasks in TODO.md.
path (optional): Repository root or any path inside the repository. Default to the current directory.--date YYYY-MM-DD|YYYY_MM_DD (optional): Archive date. Default to today's local date.--dry-run (optional): Preview target paths and rendered content without writing.--force (optional): Overwrite the date-only archive in place instead of rolling a same-day re-run over to a timestamped file. git rev-parse --show-toplevelIf the command fails, use the provided path or current directory as the root.
TODO.md exists at the root. If it is missing, stop and report the path checked. uv run python scripts/archive_todo.py --root "$repo_root"Pass through --date, --dry-run, or --force when the user requested them.
TODO.md, the created archive path, and the checked/unchecked task counts. If an archive for the date already exists, the helper rolls the new batch over to TODO_UNTIL_YYYY_MM_DD_HHMM.md and keeps the earlier file; report both paths. If the helper reports no checked tasks, treat it as a no-op. git diff -- TODO.md .ai/todos/scripts/archive_todo.py:
<root>/TODO.md.<root>/.ai/todos/TODO_UNTIL_YYYY_MM_DD.md.<root>/TODO.md with unchecked tasks.# TODO stub when every task was archived.TODO_UNTIL_YYYY_MM_DD_HHMM.md sibling (appending a counter on a same-minute collision) so an earlier batch is never clobbered.--force is passed.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.