save-session
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides documentation on how to use standard CLI tools (claude, codex, gemini, gh) to manage sessions. These are intended behaviors for a session management utility.
- [DATA_EXPOSURE]: The skill accesses local session directories (e.g., ~/.codex/shell_snapshots) to automatically resolve session IDs for the user. This is done locally and the data is not sent to any external server.
- [SAFE]: The Python script
save_session.pyperforms standard file I/O operations to maintain a JSON database of session summaries within the user's project directory (docs/.ai/sessions.json).
Audit Metadata