sync
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFE
Full Analysis
- Standard Git Operations: The skill utilizes common Git commands (such as
git fetch,git rebase, andgit push) to perform branch synchronization. These operations are well-understood, standard development practices and are appropriate for the skill's intended purpose. - User Consent Protocols: The skill includes explicit guidelines requiring user approval before performing high-risk actions, such as force-pushing or rewriting history during a rebase. This ensures that the user maintains control over the repository state.
- Verification Steps: The workflow includes validation steps like checking the working tree status and verifying ahead/behind counts. These checks help ensure that synchronization tasks are performed correctly and that the repository remains in a consistent state.
Audit Metadata