branch
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard git commands (
git fetchandgit checkout) to manage branch operations. These commands are directly aligned with the skill's primary purpose and do not pose a security risk in this context.- [PROMPT_INJECTION]: Evaluated the surface for indirect prompt injection as the skill processes user-supplied data to construct branch names. - Ingestion points: User-provided branch descriptions and Jira ticket identifiers (SKILL.md).
- Boundary markers: No explicit delimiters or boundary markers are used when interpolating these values into git commands.
- Capability inventory: The skill utilizes the git CLI for branch management.
- Sanitization: No explicit input sanitization or validation logic is defined within the skill instructions. The risk remains low as the scope is limited to local branch naming conventions.
Audit Metadata