git-workflows
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of educational documentation and standard Git command examples. No malicious code, obfuscation, or unauthorized data access patterns were found.
- [COMMAND_EXECUTION]: The skill documents common Git commands for local repository management. The commands provided, such as
git rebaseandgit worktree, are standard developer tools. - [REMOTE_CODE_EXECUTION]: The
git bisect runsection contains an example of creating and executing a local shell script. This is a documented feature of Git used for automated bug hunting; the provided example script is benign and intended for execution within the local environment.
Audit Metadata