commit
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard git commands such as
git status,git diff,git log,git apply, andgit committo analyze and manage the repository state. This execution is confined to local repository operations and is necessary for the skill's primary function. - [DATA_EXFILTRATION]: The skill includes an optional
pushargument that, when enabled, executes agit pushto the configured remote. While this involves sending repository data to an external server, it is a documented and standard git operation intended for synchronizing work.
Audit Metadata