ship
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Git commands (e.g.,
git status,git commit,git push) to automate repository management. These commands are used according to their intended purpose for shipping software updates. - [DATA_EXFILTRATION]: The skill performs a
git pushoperation to synchronize local changes with the user's configured remote repository. This is the primary function of the skill and targets infrastructure already trusted by the user. - [SAFE]: The instructions explicitly exclude temporary files, dependency folders, and internal configuration directories (e.g.,
node_modules/,.DS_Store,.claude/) from the staging process, which prevents the accidental exposure of sensitive local environment data.
Audit Metadata