pr
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_CONTEXT_INJECTION
Full Analysis
- [DYNAMIC_CONTEXT_INJECTION]: The skill utilizes dynamic context injection placeholders (
!command) inSKILL.mdto executegit branch,git log, andgit diffcommands when the skill is loaded. These operations are restricted to gathering repository context for the pull request. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external sources that are then used to generate pull request titles and descriptions.
- Ingestion points: The outputs of
git log master..HEAD --onelineandgit diff master...HEAD --statare included in the agent context via dynamic injection inSKILL.md. - Boundary markers: The instructions do not define specific delimiters or instructions to ignore potential injection patterns within the git history or diff data.
- Capability inventory: The agent has the capability to execute
git pushandgh pr createbased on the processed context. - Sanitization: There is no evidence of filtering or sanitization performed on the commit messages or code changes before they are processed by the agent.
Audit Metadata