gitops-workflow
Warn
Audited by Runlayer on Feb 26, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
gitops-workflow/references/argocd-setup.mdMEDIUM
88.8%
Malicious tool definition detected
High Availability Installation ```bash kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml ``` ### 3.
gitops-workflow/SKILL.mdLOW
74.7%
Malicious tool definition detected
**Monitor sync status** with alerts 10. **Test changes** in staging first ## Troubleshooting **Sync failures:** ```bash argocd app get my-app argocd app sync my-app --prune ``` **Out of sync status:** ```bash argocd app diff my-app argocd app sync my-app --force ``` ## Related Skills - `k8s-manifest-generator` - For creating manifests - `helm-chart-scaffolding` - For packaging applications
Passed Files (1)Click to expand
gitops-workflow/references/sync-policies.mdOK
17.0%
Tool passed security scan
Audit Metadata