setup-wizard
Warn
Audited by Snyk on Aug 13, 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.90). The skill's "Tool Installation" step downloads and installs executables at runtime—fetching and enabling execution of remote 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 required runtime dependencies.
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 commands that move binaries into /usr/local/bin and change permissions (e.g., sudo mv /usr/local/bin, sudo wget/chmod), which modify system-wide files and require privilege escalation.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata