sending-pull-request
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill generates Pull Request titles and bodies by interpreting potentially untrusted data from the repository, such as git diffs and commit history.
- Ingestion points: Data is ingested via
git diffandgit logcommands inSKILL.mdstep 4. - Boundary markers: The skill does not provide specific delimiters or instructions to help the agent distinguish between legitimate code changes and malicious instructions embedded in the diffs.
- Capability inventory: The skill has the capability to write to the repository forge using
git pushandgh pr create/editinSKILL.mdsteps 5 and 6. - Sanitization: There are no explicit sanitization or filtering steps applied to the ingested content before it is used to generate the PR body.
- [COMMAND_EXECUTION]: The skill executes various shell commands to manage the git environment and interact with the GitHub CLI.
- Evidence:
SKILL.mdcontains commands forgit switch,git branch,git push, andgh pr createwith file attachments.
Audit Metadata