devops-kubernetes-operators
Warn
Audited by Snyk on Jul 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: 1.00). The skill includes a runtime curl that downloads and installs a remote executable (kubebuilder) from https://go.kubebuilder.io/dl/latest/$(go env GOOS)/$(go env GOARCH), which fetches and installs remote code the skill depends on.
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 explicitly instructs running a sudo command to move a binary into /usr/local/bin (SKILL.md:80-81), which requests elevated privileges and modifies 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