cloud-k8s-deployment
Audited by Socket on Feb 21, 2026
1 alert found:
Malware[Skill Scanner] URL pointing to executable file detected This skill is a deployment guide and appears functionally benign and consistent with its purpose. No explicit malicious behavior or backdoor patterns were found. The highest concerns are supply-chain and operational hygiene issues: unpinned Helm charts and container image 'latest' tag, direct binary install without checksum/signature verification, and example plaintext secrets which could encourage insecure practices. Recommend: pin chart and image versions, verify downloaded binaries (checksums/signatures), and provide guidance to source secrets from secure secret stores (Vault/managed secrets) rather than literal CLI flags. LLM verification: This is a legitimate-looking deployment runbook for DOKS/EKS/GKE. It contains no clear malicious code but includes several supply-chain and credential-handling anti-patterns that increase risk: an explicit download-and-install of a doctl tarball from GitHub, unpinned images/charts, example commands that create plaintext secrets, and Terraform output of kubeconfig. These increase the chance of credential exposure or supply-chain compromise if followed verbatim. Recommend lowering risk by using pa