new-task
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses git commands (
git checkout,git merge --ff-only,git status) to manage repository state. These operations are used for legitimate project synchronization and include explicit instructions to halt if the repository state is not clean. - [EXTERNAL_DOWNLOADS]: Performs a
git fetchfrom the repository's configured remote origin to retrieve the latest updates. This is a standard and safe operation for version control management.
Audit Metadata