git-sync-manager
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains instructional patterns and code snippets for Git repository management. No malicious behavior, obfuscation, or unauthorized operations were detected.
- [COMMAND_EXECUTION]: The bash scripts utilize standard Git CLI commands (pull, commit, push, checkout) and Unix utilities (grep, printf) to perform repository synchronization and status checks. All operations are aligned with the skill's primary purpose of batch repository management.
- [DATA_INGESTION]: The skill includes a pattern for discovering repositories by reading entries from a
.gitignorefile. While this is an ingestion point for local data, the scripts validate that the target paths are valid directories containing a.gitfolder before executing any commands, which prevents processing of arbitrary file paths.
Audit Metadata