GitLab CI/CD pipeline configuration and GLFM documentation expertise. Use when modifying .gitlab-ci.yml, optimizing pipelines, testing with gitlab-ci-local, writing GitLab README/Wiki content, configuring Docker-in-Docker workflows, or implementing CI Steps composition.
93
Quality
92%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. 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 required execution protocol and step-loading behavior explicitly fetch external content — e.g., the mandated uv run scripts/sync-gitlab-docs.py step to "update GitLab CI documentation from official repository" and multiple examples/specs that load steps from external git/https locations (gitlab.com and https://... step URLs) show the agent will fetch and interpret public third‑party repositories/pages which can materially change behavior.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.80). The skill executes scripts at runtime (scripts/gitlab_context.py and the sync command) that call the GitLab API (e.g. https://<gitlab-host>/api/v4) and fetch official docs (e.g. https://docs.gitlab.com/ci/steps/), and those remote files are pulled into the skill context and can change the agent's instructions/behavior.
fd243f9
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.