git-workflows
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and command-line examples for common Git tasks.
- [COMMAND_EXECUTION]: The skill includes examples of
git bisect run, which executes a local script to automate bug finding. The provided example is a standard development practice (npm test) and uses a temporary file path (/tmp/test-for-bug.sh). - [EXTERNAL_DOWNLOADS]: The skill references placeholders for remote repositories (e.g.,
github.com/org/shared-lib.git) in the context ofgit remote,git subtree, andgit submodulecommands. These are standard Git operations for managing dependencies and remotes.
Audit Metadata