Skip to main content

gitlab-cicd-debug

Facilitates debugging of GitLab CI/CD pipeline failures, covering vault auth, Docker builds, K8s deployments, and job errors.

Install this skill

or
39/100

Security score

The gitlab-cicd-debug skill was audited on Mar 1, 2026 and we found 13 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 6

Access to system keychain/keyring

SourceSKILL.md
6(5) "permission denied" or "unauthorized" errors, (6) rkeychain/devenv issues, (7) User asks to check pipeline status,
high line 76

Access to system keychain/keyring

SourceSKILL.md
76## Devenv + rkeychain Pattern
medium line 82

Access to system keychain/keyring

SourceSKILL.md
82rkeychain config init
medium line 83

Access to system keychain/keyring

SourceSKILL.md
83rkeychain config set-vault-context nexus
medium line 84

Access to system keychain/keyring

SourceSKILL.md
84rkeychain login vault-token -t $(vault write -field=token auth/jwt-gitlab-com/login role=$GITLAB_ROLE jwt=$VAULT_ID_TOKEN)
medium line 85

Access to system keychain/keyring

SourceSKILL.md
85rkeychain aws update-aws-config
medium line 86

Access to system keychain/keyring

SourceSKILL.md
86rkeychain aws update-kubeconfig --region us-west-2 --profile <profile> --cluster <cluster>
low line 93

External URL reference

SourceSKILL.md
93VAULT_ADDR: "https://vault.usw2.nexus.ripplenet.dev:8200"
low line 99

External URL reference

SourceSKILL.md
99aud: https://vault.usw2.nexus.ripplenet.dev:8200
low line 107

External URL reference

SourceSKILL.md
107"https://gitlab.com/api/v4/projects/$PROJECT_ID/pipelines?per_page=5"
low line 111

External URL reference

SourceSKILL.md
111"https://gitlab.com/api/v4/projects/$PROJECT_ID/pipelines/$PIPELINE_ID/jobs"
low line 115

External URL reference

SourceSKILL.md
115"https://gitlab.com/api/v4/projects/$PROJECT_ID/jobs/$JOB_ID/trace"
low line 133

External URL reference

SourceSKILL.md
133"bound_audiences": ["https://vault.usw2.nexus.ripplenet.dev", "https://vault.usw2.nexus.ripplenet.dev:8200"],
Scanned on Mar 1, 2026
View Security Dashboard