sync
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a legitimate Git synchronization workflow using a local bash script to perform operations such as fetch, pull, rebase, and stash.
- [SAFE]: Command execution is restricted to standard Git CLI tools. No attempts to escalate privileges, achieve persistence, or execute arbitrary remote code were found.
- [SAFE]: The skill interacts with the local file system only within the context of a Git repository. No access to sensitive files or credentials outside of the repository configuration was detected.
- [SAFE]: Network activity is confined to standard Git communication with configured remotes (fetch/pull). No unauthorized external data exfiltration or connections to untrusted domains were identified.
- [SAFE]: The skill includes a pre-flight check to ensure the required 'git' dependency is installed, following best practices for tool execution.
Audit Metadata