git-push
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard Git commands through the Bash tool. The
allowed-toolsconfiguration in the frontmatter follows the principle of least privilege by restricting the agent to specific subcommands likegit status,git diff, andgit push. - [SAFE]: Includes robust safety guidance, such as advising the use of
--force-with-leaseinstead of--forceand requiring explicit confirmation for pushes to protected branches likemainormaster. - [SAFE]: No unauthorized data exfiltration, credential access, or external downloads were detected. The skill's behavior is consistent with its stated purpose of managing Git synchronization.
Audit Metadata