librarian
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a bash script (
checkout.sh) to executegitcommands for cloning and updating repositories. The script usesset -euo pipefailfor robust error handling and correctly quotes variables to prevent word splitting or command injection. The operations are limited to standard git workflows (clone, fetch, merge).
Audit Metadata