GitOps Patterns
Facilitates multi-cluster GitOps patterns with ArgoCD, enabling progressive delivery and automated deployment strategies.
Install this skill
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
Webhook reference - potential data exfiltration
| 1142 | #### Webhook Triggers |
Webhook reference - potential data exfiltration
| 1144 | **GitHub Webhook Configuration:** |
Webhook reference - potential data exfiltration
| 1154 | type: Webhook |
Webhook reference - potential data exfiltration
| 1186 | **Webhook Handler Script:** |
Webhook reference - potential data exfiltration
| 1190 | Harness GitX Webhook Handler |
Webhook reference - potential data exfiltration
| 1191 | Processes GitHub webhooks and triggers appropriate Harness pipelines |
Webhook reference - potential data exfiltration
| 1202 | WEBHOOK_SECRET = os.getenv('GITHUB_WEBHOOK_SECRET') |
Webhook reference - potential data exfiltration
| 1206 | @app.route('/webhook/github', methods=['POST']) |
Webhook reference - potential data exfiltration
| 1207 | def github_webhook(): |
Webhook reference - potential data exfiltration
| 1208 | # Verify webhook signature |
Webhook reference - potential data exfiltration
| 1227 | WEBHOOK_SECRET.encode(), |
Webhook reference - potential data exfiltration
| 2082 | - Webhook delivery rate |
External URL reference
| 54 | cluster: https://dev-cluster.example.com |
External URL reference
| 59 | cluster: https://staging-cluster.example.com |
External URL reference
| 64 | cluster: https://prod-cluster.example.com |
External URL reference
| 131 | server: https://kubernetes.default.svc |
External URL reference
| 225 | "url": "https://dev-cluster.example.com" |
External URL reference
| 231 | "url": "https://prod-cluster.example.com" |
External URL reference
| 271 | repoURL: https://prometheus-community.github.io/helm-charts |
External URL reference
| 308 | server: https://prod-east.example.com |
External URL reference
| 424 | cluster: https://dev.example.com |
External URL reference
| 426 | cluster: https://staging.example.com |
External URL reference
| 428 | cluster: https://prod.example.com |
External URL reference
| 576 | address: http://prometheus.monitoring:9090 |
External URL reference
| 605 | address: http://prometheus.monitoring:9090 |
External URL reference
| 629 | address: http://prometheus.monitoring:9090 |
External URL reference
| 735 | value: http://app-preview.production.svc.cluster.local |
External URL reference
| 979 | address: http://prometheus.monitoring:9090 |
External URL reference
| 996 | address: http://prometheus.monitoring:9090 |
External URL reference
| 1013 | address: http://prometheus.monitoring:9090 |
External URL reference
| 1258 | url = f"https://app.harness.io/gateway/ng/api/git-sync/trigger" |
External URL reference
| 1833 | server: https://spoke-east.example.com |