git-push-guide
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a procedural guide for standard Git operations. All recommended commands, such as
git status,git remote -v, andgit push, are industry-standard tools for repository management. - [COMMAND_EXECUTION]: The skill includes instructions for running Git CLI commands and an SSH connectivity test to GitHub (
ssh -T git@github.com). These actions are directly related to the skill's primary purpose of assisting with Git workflows and do not involve unauthorized access or data exfiltration. - [DATA_EXPOSURE]: No sensitive file paths, hardcoded credentials, or unauthorized network operations were detected. The use of
git remote -vandgit statusis limited to inspecting the local repository state for the user's benefit.
Audit Metadata