create-pr
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from the repository, such as PR templates, contribution instructions, and HTML comments, to generate pull request descriptions.
- Ingestion points: Accesses files in the repository root,
.github/, anddocs/directories. - Boundary markers: The instructions do not define explicit delimiters or warnings to ignore instructions that might be embedded in the template files.
- Capability inventory: The skill executes
ghcommands and writes to temporary files on the local system. - Sanitization: While the skill correctly uses
--body-fileto avoid shell injection when calling theghtool, it does not sanitize the text content extracted from templates before including it in the prompt context.
Audit Metadata