Skip to main content

gitops-flow

Facilitates GitOps deployment pipelines using GitHub, Dagger, Helm, and ArgoCD for efficient CI/CD workflows.

Install this skill

or
71/100

Security score

The gitops-flow skill was audited on Mar 1, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 116

Template literal with variable interpolation in command context

SourceSKILL.md
116`ghcr.io/shepherdjerred/homelab:${chartVersion}`, ...),
medium line 131

Template literal with variable interpolation in command context

SourceSKILL.md
131`1.0.0-${chartVersion}`,
medium line 257

Template literal with variable interpolation in command context

SourceSKILL.md
257`curl -X POST ${argocdServer}/api/v1/applications/${appName}/sync ` +
medium line 267

Template literal with variable interpolation in command context

SourceSKILL.md
267```yaml
medium line 311

Curl to non-GitHub URL

SourceSKILL.md
311curl -X POST https://argocd.tailnet-1a49.ts.net/api/v1/applications/apps/sync \
low line 219

External URL reference

SourceSKILL.md
219https://chartmuseum.tailnet-1a49.ts.net
low line 250

External URL reference

SourceSKILL.md
250argocdServer = "https://argocd.tailnet-1a49.ts.net",
low line 311

External URL reference

SourceSKILL.md
311curl -X POST https://argocd.tailnet-1a49.ts.net/api/v1/applications/apps/sync \
low line 327

External URL reference

SourceSKILL.md
3271. Go to https://argocd.tailnet-1a49.ts.net
Scanned on Mar 1, 2026
View Security Dashboard