git-sync-all
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes 'git pull' and 'git remote' commands on local directories. These operations are performed as part of the intended functionality and do not show signs of malicious command injection or unauthorized access.
- [SAFE]: The analysis confirms the absence of prompt injection, data exfiltration attempts, or obfuscated code. The script demonstrates safe programming practices, such as proper variable quoting and using 'set -euo pipefail' for robust error handling.
Audit Metadata