wrap-up
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several git and GitHub CLI (gh) commands to manage the repository state.
- Evidence includes:
git status,git diff,git push, andgh pr createin SKILL.md. - [SAFE]: The skill implements safety checks to prevent common data exposure risks.
- Evidence: Explicitly instructs the agent to "Never stage secrets (.env, credentials, etc.)" in the commit process.
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it analyzes and summarizes untrusted data (git logs and diffs) to generate PR titles and descriptions.
- Ingestion points: Reads git history via
git log <base>...HEADand changes viagit diff <base>...HEADas described in SKILL.md. - Boundary markers: Absent. The skill does not define specific delimiters or instructions for the agent to ignore instructions embedded within the code diffs it summarizes.
- Capability inventory: Uses
gitfor repository management andghfor network-enabled operations (opening pull requests). - Sanitization: Absent. There is no logic provided to sanitize or escape the content of the diffs before they are processed by the agent's summarization logic.
Audit Metadata