git-advanced-workflows
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and examples for standard Git operations including rebasing, cherry-picking, and worktrees. All commands are standard usage of the
gitandghCLI tools. - [COMMAND_EXECUTION]: The skill includes examples of executing local scripts (e.g.,
git bisect run ./test.sh) and standard test runners (e.g.,npm test). These are expected behaviors for a developer-oriented Git workflow tool and operate on local repository content. - [CREDENTIALS_SAFE]: The skill demonstrates safe secret management practices by using environment variables with the GitHub CLI (
gh secret set AWS_ACCESS_KEY_ID --body "$AWS_ACCESS_KEY_ID") rather than hardcoding credentials. - [PROMPT_INJECTION]: Natural language markers like 'IMPORTANT' are used correctly within the context of technical documentation to highlight organizational standards for commit formatting and do not attempt to override agent safety constraints.
Audit Metadata