branch

Pass

Audited by Gen Agent Trust Hub on Mar 9, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes several git commands to inspect repository state and manage branches. These include git symbolic-ref, git branch --show-current, git status, git diff, and git checkout -b. These operations are consistent with the skill's stated purpose of being a git utility.
  • [INDIRECT_PROMPT_INJECTION]: The skill analyzes external data from git status and git diff outputs. While these sources could theoretically contain malicious instructions (e.g., in commit messages or file diffs), the skill includes specific constraints for the output format (lowercase kebab-case, no special characters other than hyphens), which acts as a sanitization layer for the resulting command execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 9, 2026, 11:45 PM