git-workflow
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- Indirect Prompt Injection Surface: The skill defines a workflow where the agent ingests external data from GitHub issues to generate branch names and Pull Request content. This presents a potential surface for indirect prompt injection if an issue contains instructions intended to influence the agent's behavior.
- Ingestion points: Untrusted data enters the agent context via GitHub issue metadata (number, description, slug) as described in
SKILL.md. - Boundary markers: There are no explicit boundary markers or instructions to treat external data as untrusted within the
SKILL.mdfile. - Capability inventory: The skill utilizes subprocess calls for
gitandgh(GitHub CLI) and involves file system operations (worktrees,.squad/state) as outlined inSKILL.md. - Sanitization: No sanitization or validation steps are defined for the issue-derived variables used in shell commands.
- Command Execution Patterns: The skill utilizes standard development tools to automate a version control workflow.
- Pattern: Usage of
git worktreefor isolated working directories andnpm link/pip installfor local dependency linking are standard development practices aligned with the skill's primary purpose.
Audit Metadata