pull-request
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes dynamic context injection to execute shell commands including
git branch,git log,git diff, andgit statusat load time to populate the agent's context with repository information. It also instructs the agent to rungit pushandgh pr createas part of its core functionality. These are legitimate uses of command execution within a developer-tooling context. - [SAFE]: No malicious behavior such as data exfiltration, credential harvesting, or prompt injection was detected. The skill accesses project-specific metadata necessary for its task and appropriately advises the user to handle authentication via standard CLI methods.
Audit Metadata