minikube-setup
Warn
Audited by Snyk on Feb 21, 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 includes runtime installation commands that download and install remote binaries (e.g., curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 and https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd64, and references to https://github.com/kubernetes/minikube/releases) which fetch and install/execute remote code that the skill depends on, so these URLs are high-risk.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill includes commands that require elevated privileges and modify system files (e.g., sudo install to /usr/local/bin and echo ... | sudo tee -a /etc/hosts), so it directs actions that alter the host machine state.
Audit Metadata