sync-submodules
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple git commands (git pull, git status, git submodule sync/update/stash) and runs a local bash script (
scripts/sync-submodules.sh) to automate the synchronization process. - [EXTERNAL_DOWNLOADS]: The skill uses
git pullandgit submodule update, which download repository content and submodule objects from the remote servers defined in the user's local git configuration. - [SAFE]: All operations are consistent with the skill's stated purpose of managing git submodules, and no malicious patterns or unauthorized data access were detected.
Audit Metadata