argocd
Warn
Audited by Snyk on Jun 26, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). ArgoCD’s REQUIRED runtime workflow for this skill involves fetching and rendering Application source content from external Git/Helm/OCI repositories (e.g.,
spec.source.repoURL/pathand Helm chart repos), which can include outsider-authored free-form text (manifests/values/templates) that ArgoCD then renders into LLM-readable YAML/templated text for processing.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes commands and Application examples that fetch and apply remote content at runtime (notably kubectl apply -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml and ArgoCD Application repoURL entries like https://github.com/org/repo.git and Helm repo https://charts.bitnami.com/bitnami), which will retrieve external manifests/charts and execute them in the cluster, so these are runtime external dependencies that can execute remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata