gitlab-cli-guide
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several shell and Python scripts (such as
mr-review-workflow.shandpost-inline-comment.py) that invoke theglabCLI and local test commands. These operations are protected by input validation and command whitelists to prevent arbitrary execution. - [DATA_EXFILTRATION]: Scripts like
add-inline-comment.shandpost-inline-comment.pyaccess GitLab authentication tokens to communicate with the GitLab API. This communication is restricted to HTTPS and targets the user-configured GitLab host (defaulting to gitlab.com). - [PROMPT_INJECTION]: Documentation in
glab-ci/SKILL.mdandSECURITY.mdidentifies the risk of indirect prompt injection from untrusted GitLab data (e.g., CI logs, issue titles) and provides explicit safety instructions for agents processing this data.
Audit Metadata