bl-init
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes Git commands and specific 'git-branchless' subcommands to modify the repository state.
- Evidence: Executes
git branchless init,git checkout --detach, andgit slas part of its primary workflow. - [COMMAND_EXECUTION]: The skill includes instructions for the user to manually delete configuration and hooks if a re-initialization is required.
- Evidence: Provides a cleanup command
rm -rf .git/branchless .git/hooks/post-*in the help documentation. - [DATA_EXPOSURE]: The skill reads and writes to the
.gitdirectory to manage configuration and hooks. - Evidence: Interacts with
.git/branchless/configand.git/hooks/to establish the stacked commit workflow.
Audit Metadata