save-context
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute shell commands for directory listing (ls), file movement (mv), and directory creation (mkdir). These are standard file management operations for a context-saving skill. - [COMMAND_EXECUTION]: A local shell script
scripts/upsert-index.shis invoked to update project metadata in anINDEX.mdfile. The script uses standard utilities (grep,sed,git) and includes basic validation for input arguments and the current working directory. - [SAFE]: The skill implements a safety guard for the
AskUserQuestiontool to handle known platform limitations, ensuring the user is explicitly prompted for input if automated responses fail. - [SAFE]: Data handled by the skill (conversation summaries and file paths) is stored locally within the project structure. No network operations or external data transfers were detected.
Audit Metadata