Skip to main content

GitOps Patterns

Facilitates multi-cluster GitOps patterns with ArgoCD, enabling progressive delivery and automated deployment strategies.

Install this skill

or
52/100

Security score

The GitOps Patterns skill was audited on Feb 12, 2026 and we found 32 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 1142

Webhook reference - potential data exfiltration

SourceSKILL.md
1142#### Webhook Triggers
medium line 1144

Webhook reference - potential data exfiltration

SourceSKILL.md
1144**GitHub Webhook Configuration:**
low line 1154

Webhook reference - potential data exfiltration

SourceSKILL.md
1154type: Webhook
medium line 1186

Webhook reference - potential data exfiltration

SourceSKILL.md
1186**Webhook Handler Script:**
low line 1190

Webhook reference - potential data exfiltration

SourceSKILL.md
1190Harness GitX Webhook Handler
low line 1191

Webhook reference - potential data exfiltration

SourceSKILL.md
1191Processes GitHub webhooks and triggers appropriate Harness pipelines
low line 1202

Webhook reference - potential data exfiltration

SourceSKILL.md
1202WEBHOOK_SECRET = os.getenv('GITHUB_WEBHOOK_SECRET')
low line 1206

Webhook reference - potential data exfiltration

SourceSKILL.md
1206@app.route('/webhook/github', methods=['POST'])
low line 1207

Webhook reference - potential data exfiltration

SourceSKILL.md
1207def github_webhook():
low line 1208

Webhook reference - potential data exfiltration

SourceSKILL.md
1208# Verify webhook signature
low line 1227

Webhook reference - potential data exfiltration

SourceSKILL.md
1227WEBHOOK_SECRET.encode(),
medium line 2082

Webhook reference - potential data exfiltration

SourceSKILL.md
2082- Webhook delivery rate
low line 54

External URL reference

SourceSKILL.md
54cluster: https://dev-cluster.example.com
low line 59

External URL reference

SourceSKILL.md
59cluster: https://staging-cluster.example.com
low line 64

External URL reference

SourceSKILL.md
64cluster: https://prod-cluster.example.com
low line 131

External URL reference

SourceSKILL.md
131server: https://kubernetes.default.svc
low line 225

External URL reference

SourceSKILL.md
225"url": "https://dev-cluster.example.com"
low line 231

External URL reference

SourceSKILL.md
231"url": "https://prod-cluster.example.com"
low line 271

External URL reference

SourceSKILL.md
271repoURL: https://prometheus-community.github.io/helm-charts
low line 308

External URL reference

SourceSKILL.md
308server: https://prod-east.example.com
low line 424

External URL reference

SourceSKILL.md
424cluster: https://dev.example.com
low line 426

External URL reference

SourceSKILL.md
426cluster: https://staging.example.com
low line 428

External URL reference

SourceSKILL.md
428cluster: https://prod.example.com
low line 576

External URL reference

SourceSKILL.md
576address: http://prometheus.monitoring:9090
low line 605

External URL reference

SourceSKILL.md
605address: http://prometheus.monitoring:9090
low line 629

External URL reference

SourceSKILL.md
629address: http://prometheus.monitoring:9090
low line 735

External URL reference

SourceSKILL.md
735value: http://app-preview.production.svc.cluster.local
low line 979

External URL reference

SourceSKILL.md
979address: http://prometheus.monitoring:9090
low line 996

External URL reference

SourceSKILL.md
996address: http://prometheus.monitoring:9090
low line 1013

External URL reference

SourceSKILL.md
1013address: http://prometheus.monitoring:9090
low line 1258

External URL reference

SourceSKILL.md
1258url = f"https://app.harness.io/gateway/ng/api/git-sync/trigger"
low line 1833

External URL reference

SourceSKILL.md
1833server: https://spoke-east.example.com
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →