ArgoCD Setup and Configuration
Fail
Audited by Snyk on Aug 5, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The "argocd repo add ... --username user --password token" example requires supplying a secret/token directly on the command line, which would force the LLM to include the secret verbatim in generated output (high exfiltration risk).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill contains runtime commands that fetch and apply remote manifests or charts—specifically https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml, https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml, https://argoproj.github.io/argo-helm, and https://github.com/org/repo—which will retrieve and execute remote configuration/code during installation.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata