setup-wizard
Warn
Audited by Snyk on Jun 19, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill contains runtime installation commands that fetch and install remote binaries (executing code) from https://kind.sigs.k8s.io/dl/v0.20.0/kind-$(uname)-amd64, https://storage.googleapis.com/skaffold/releases/latest/skaffold-$(uname)-amd64, and https://github.com/mikefarah/yq/releases/latest/download/yq_$(uname)_amd64, which are remote code execution vectors and thus flagged.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill includes explicit sudo operations that modify system paths (/usr/local/bin) and require elevated privileges (e.g., sudo mv, sudo wget to /usr/local/bin), which instructs the agent to obtain elevated rights and change the host system state.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata