save-task-list
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes dynamic context injection (the !command syntax) in SKILL.md to retrieve a list of recently modified task directories from the local ~/.claude/tasks/ path at load time.
- [COMMAND_EXECUTION]: The instructions in SKILL.md direct the agent to modify the project-level .claude/settings.json configuration file to register a persistent SessionStart hook.
- [COMMAND_EXECUTION]: The skill includes a local bash script, hooks/verify-task-list.sh, which is executed at the start of every session to verify the availability of the restored task list using standard utilities like find and jq.
Audit Metadata