ci-status
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute standard development commands includinggit,gh(GitHub CLI), andglab(GitLab CLI) to retrieve branch information, commit history, and pipeline status. This represents intended functionality for a developer-oriented skill. - [COMMAND_EXECUTION]: User-provided input passed via the
$ARGUMENTSvariable is utilized as a parameter for theghandglabCLI tools. The skill correctly uses double quotes around the variable ("$ARGUMENTS") within shell script blocks, which is a security best practice to prevent shell command injection by ensuring the shell processes the input as a single literal argument.
Audit Metadata