branch
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions and context retrieval use standard git commands to manage the repository state. Evidence includes commands like
git branch,git status,git checkout,git stash, andgit add. These are typical for developer workflow tools.- [SAFE]: The skill uses dynamic context injection (the!syntax) to pre-populate the agent's context with current branch and status information. These operations are restricted to local git metadata and do not involve network exfiltration or access to sensitive files like SSH keys.- [SAFE]: No evidence of prompt injection, obfuscation, or remote code execution was found. The skill operates autonomously to perform git tasks as described in its documentation.
Audit Metadata