Create and manage GitLab issues, merge requests, pipelines, and repositories using the glab CLI. Use when asked to open an MR, review a merge request, check CI/CD pipelines, list issues, or manage code review on GitLab.
92
92%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). The skill's wrapper and commands (scripts/gitlab.py and SKILL.md) call the glab CLI (e.g., cmd_issues_view, cmd_mrs_view, cmd_pipelines_view) to fetch and format GitLab issues, merge requests, pipeline logs and repository data—which are user-generated/untrusted third-party content—and present them for the agent to read and act on (e.g., review/merge/approve), so external content can materially influence decisions.