kubernetes-specialist
Warn
Audited by Socket on Sep 6, 2026
1 alert found:
AnomalyAnomalyreferences/workloads.md
LOWAnomalyLOW
references/workloads.md
No explicit malicious payloads are evident in the provided Kubernetes YAML itself; it primarily orchestrates migrations and backups using secrets/config and scheduled execution. However, the setup presents notable security and supply-chain risk signals: unpinned/mutable container image tags (e.g., :latest), shell-based command execution patterns, and a possible hostPath exposure of /proc and /sys that would increase blast radius if images/scripts are compromised. Validate and harden by pinning images by digest, verifying image provenance/signatures, and auditing the referenced migration/backup artifacts and RBAC permissions for the service accounts.
Confidence: 55%Severity: 60%
Audit Metadata