create-fix-pr
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting instructions from untrusted repository files.
- Ingestion points: Step 5 in
SKILL.mddirects the agent to readagents.mdorCLAUDE.mdfrom the root of the target repository to identify repo-specific conventions. - Boundary markers: The skill does not provide any delimiters or safety warnings to treat the content of these external files as untrusted or to ignore potentially malicious instructions contained within them.
- Capability inventory: The agent has the capability to modify the local filesystem, perform
git commitandgit pushoperations, and executegh pr createto submit code changes to remote platforms. - Sanitization: There is no mechanism described for sanitizing, validating, or filtering the instructions found in the repository-specific convention files.
- [COMMAND_EXECUTION]: The skill utilizes local shell commands to interact with version control and GitHub.
- Evidence: Extensive use of
gitfor branch management and committing, and thegh(GitHub CLI) for cloning repositories and managing pull requests.
Audit Metadata