livre
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple shell commands using
gitand the GitHub CLI (gh) to manage the repository state and create pull requests. - [SAFE]: The instructions include specific safety checks to prevent accidental commits to the
mainbranch, prompting the user to use a feature branch instead. - [SAFE]: There is an explicit instruction to avoid staging files that might contain secrets, such as
.envfiles or credentials, which helps prevent accidental data exposure. - [SAFE]: To handle user-provided commit messages ($ARGUMENTS) safely within a shell context, the skill explicitly directs the agent to use a HEREDOC, which is a recognized mitigation against command injection.
Audit Metadata