Skip to main content

k8s-gitops

Facilitates GitOps workflows and CI/CD integration for Kubernetes and OpenShift, enhancing deployment automation and management.

Install this skill

or
0/100

Security score

The k8s-gitops skill was audited on Feb 12, 2026 and we found 53 security issues across 4 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79```yaml
medium line 130

Template literal with variable interpolation in command context

SourceSKILL.md
130```yaml
medium line 169

Template literal with variable interpolation in command context

SourceSKILL.md
169```yaml
medium line 213

Template literal with variable interpolation in command context

SourceSKILL.md
213```bash
medium line 250

Template literal with variable interpolation in command context

SourceSKILL.md
250```yaml
medium line 267

Template literal with variable interpolation in command context

SourceSKILL.md
267```yaml
medium line 295

Template literal with variable interpolation in command context

SourceSKILL.md
295```yaml
medium line 421

Template literal with variable interpolation in command context

SourceSKILL.md
421```yaml
medium line 444

Template literal with variable interpolation in command context

SourceSKILL.md
444```yaml
medium line 505

Template literal with variable interpolation in command context

SourceSKILL.md
505```yaml
medium line 535

Template literal with variable interpolation in command context

SourceSKILL.md
535```bash
medium line 566

Template literal with variable interpolation in command context

SourceSKILL.md
566```
medium line 592

Template literal with variable interpolation in command context

SourceSKILL.md
592```yaml
medium line 611

Template literal with variable interpolation in command context

SourceSKILL.md
611```yaml
medium line 677

Template literal with variable interpolation in command context

SourceSKILL.md
677```yaml
medium line 754

Template literal with variable interpolation in command context

SourceSKILL.md
754```yaml
medium line 888

Template literal with variable interpolation in command context

SourceSKILL.md
888```bash
medium line 905

Template literal with variable interpolation in command context

SourceSKILL.md
905```yaml
medium line 990

Template literal with variable interpolation in command context

SourceSKILL.md
990```yaml
medium line 1058

Template literal with variable interpolation in command context

SourceSKILL.md
1058```yaml
high line 368

Piping content to bash shell

SourceSKILL.md
368curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
critical line 529

Piping content to bash shell

SourceSKILL.md
529- **CLI Install**: `brew install helm` or `curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash`
high line 539

Piping content to bash shell

SourceSKILL.md
539curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
high line 207

Curl to non-GitHub URL

SourceSKILL.md
207- **CLI Install**: `brew install fluxcd/tap/flux` or `curl -s https://fluxcd.io/install.sh | sudo bash`
medium line 219

Curl to non-GitHub URL

SourceSKILL.md
219curl -s https://fluxcd.io/install.sh | sudo bash
medium line 451

Path traversal pattern

SourceSKILL.md
451- ../../base
low line 41

External URL reference

SourceSKILL.md
41- **Docs**: https://argo-cd.readthedocs.io/
low line 108

External URL reference

SourceSKILL.md
108server: https://kubernetes.default.svc
low line 142

External URL reference

SourceSKILL.md
142cluster: https://kubernetes.default.svc
low line 145

External URL reference

SourceSKILL.md
145cluster: https://kubernetes.default.svc
low line 148

External URL reference

SourceSKILL.md
148cluster: https://prod-cluster.example.com
low line 182

External URL reference

SourceSKILL.md
182server: https://kubernetes.default.svc
low line 184

External URL reference

SourceSKILL.md
184server: https://prod-cluster.example.com
low line 207

External URL reference

SourceSKILL.md
207- **CLI Install**: `brew install fluxcd/tap/flux` or `curl -s https://fluxcd.io/install.sh | sudo bash`
low line 208

External URL reference

SourceSKILL.md
208- **Docs**: https://fluxcd.io/flux/
low line 219

External URL reference

SourceSKILL.md
219curl -s https://fluxcd.io/install.sh | sudo bash
low line 359

External URL reference

SourceSKILL.md
359- **Docs**: https://kustomize.io/
low line 360

External URL reference

SourceSKILL.md
360- **Catalog**: https://kubectl.docs.kubernetes.io/references/kustomize/
low line 530

External URL reference

SourceSKILL.md
530- **Docs**: https://helm.sh/docs/
low line 531

External URL reference

SourceSKILL.md
531- **Hub**: https://artifacthub.io/
low line 542

External URL reference

SourceSKILL.md
542helm repo add bitnami https://charts.bitnami.com/bitnami
low line 543

External URL reference

SourceSKILL.md
543helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
low line 544

External URL reference

SourceSKILL.md
544helm repo add jetstack https://charts.jetstack.io
low line 545

External URL reference

SourceSKILL.md
545helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
low line 605

External URL reference

SourceSKILL.md
605repository: "https://charts.bitnami.com/bitnami"
low line 884

External URL reference

SourceSKILL.md
884- **Docs**: https://tekton.dev/docs/
low line 1049

External URL reference

SourceSKILL.md
1049address: http://prometheus:9090
low line 1101

External URL reference

SourceSKILL.md
1101- **Docs**: https://kyverno.io/docs/
low line 1102

External URL reference

SourceSKILL.md
1102- **Policy Library**: https://kyverno.io/policies/
low line 1107

External URL reference

SourceSKILL.md
1107helm repo add kyverno https://kyverno.github.io/kyverno/
low line 1194

External URL reference

SourceSKILL.md
1194- **Docs**: https://open-policy-agent.github.io/gatekeeper/
low line 1196

External URL reference

SourceSKILL.md
1196- **Rego Playground**: https://play.openpolicyagent.org/
low line 1200

External URL reference

SourceSKILL.md
1200helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →