context-save
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard git commands (
git add -A,git commit,git diff) and shell utilities (ls,grep,date) to capture and record the current state of a repository. These operations are local in scope and directly support the skill's stated purpose of saving context. - [INDIRECT_PROMPT_INJECTION]: The skill ingests all staged and unstaged changes within the working directory to create a commit. While this involves processing potentially untrusted file content from a repository, the skill only performs git management tasks and does not interpret file content as instructions to the AI agent. Boundary markers are inherently provided by the git commit structure.
Audit Metadata