sync
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes standard Git commands (
git pull,git fetch,git status,git stash). These commands are executed locally within the repository context to perform synchronization tasks as requested by the user. - [EXTERNAL_DOWNLOADS] (SAFE): Performs network operations through Git to pull updates from remote repositories. This is the intended primary function of the skill and does not involve downloading or executing unverifiable third-party scripts or binary files outside of the Git protocol.
- [REMOTE_CODE_EXECUTION] (SAFE): While
git pullintegrates remote code into the local environment, this is a standard and expected behavior for Git-based synchronization tools. The skill documentation correctly identifies risks like destructive resets and suggests user confirmation.
Audit Metadata