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 Bash tool 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.sh is invoked to update project metadata in an INDEX.md file. 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 AskUserQuestion tool 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
Risk Level
SAFE
Analyzed
Apr 2, 2026, 06:17 AM
Security Audit — agent-trust-hub — save-context