rebase
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
!bashsyntax inSKILL.mdto executescripts/detect-base-branch.shat load time. This dynamic context injection is used to programmatically identify the target base branch before the agent begins its task. - [COMMAND_EXECUTION]: The script
scripts/detect-base-branch.shexecutes an external helper script via relative path traversal (../../shared/scripts/detect-base-branch.sh). This indicates the skill is designed to work within a larger project structure with shared resources. - [COMMAND_EXECUTION]: Multiple git commands are executed throughout the workflow, including
git rev-parse,git status,git fetch, andgit rebase. These are standard operations for repository management and are used according to the skill's stated purpose.
Audit Metadata