pr
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface because it reads and processes instructions from untrusted files within the project repository.
- Ingestion points: The skill searches for and reads
CLAUDE.md,AGENTS.md,.claude/CLAUDE.md, and.github/AGENTS.mdto identify branching strategies (found inSKILL.md). - Boundary markers: The instructions do not define delimiters or specific warnings to ignore malicious or contradictory instructions that might be embedded in these project files.
- Capability inventory: The skill has the capability to push code branches and create/update pull requests using
git,gh, andglabcommands. - Sanitization: There is no logic to sanitize or validate the content retrieved from these external documentation blocks before it influences agent behavior.
- [COMMAND_EXECUTION]: The skill executes various Git and Forge CLI commands to perform its primary tasks.
- The skill uses
gitfor repository management andgh(GitHub) orglab(GitLab) for pull request operations. - A local bash script
scripts/detect-forge-cli.shis executed to identify the remote host and available CLI tools.
Audit Metadata