Hi maintainers,
I am reporting a supply-chain risk introduced by PR #246. This is not an allegation that the current image is malicious.
The merged KubeVirt CSI DaemonSet uses soldevelo/kubectl:latest for two init containers that annotate and patch Kubernetes Nodes. The pod uses kubevirt-csi-node-sa. Its ClusterRole can update or patch Nodes, manage PersistentVolumes, update VolumeAttachments, and use the OpenShift privileged security context constraint.
An independent catalog-wide review found no malware indicators in the reviewed material. It did find that the current SolDevelo catalog has no discoverable image signatures, SBOM attestations, or provenance attestations. The publication workflow explicitly disables provenance, and Docker Hub tag immutability is disabled. The current soldevelo/kubectl:latest registry record was updated after this PR was merged. A future replacement of that tag could therefore change code that receives a cluster-scoped service-account token without any pack-central commit.
Could the project please:
- Use an official or project-controlled kubectl image, or pin a reviewed image by exact digest.
- Record the exact digest pulled by existing installations before changing the reference.
- Review whether the annotation and provider-ID operations can use a narrower dedicated service account than the CSI node components.
- Add an automated policy or test that rejects mutable image tags in cluster-scoped workloads.
For reference, the August 11, 2026 registry snapshot resolved soldevelo/kubectl:latest to sha256:a308fd7c99d41fd3289be9b25842e4a20bdad6907916ee86b0754b7912f1bad4. That is an observation for incident review, not a recommendation to trust or deploy that digest without the project's own verification.
Hi maintainers,
I am reporting a supply-chain risk introduced by PR #246. This is not an allegation that the current image is malicious.
The merged KubeVirt CSI DaemonSet uses
soldevelo/kubectl:latestfor two init containers that annotate and patch Kubernetes Nodes. The pod useskubevirt-csi-node-sa. Its ClusterRole can update or patch Nodes, manage PersistentVolumes, update VolumeAttachments, and use the OpenShift privileged security context constraint.An independent catalog-wide review found no malware indicators in the reviewed material. It did find that the current SolDevelo catalog has no discoverable image signatures, SBOM attestations, or provenance attestations. The publication workflow explicitly disables provenance, and Docker Hub tag immutability is disabled. The current
soldevelo/kubectl:latestregistry record was updated after this PR was merged. A future replacement of that tag could therefore change code that receives a cluster-scoped service-account token without any pack-central commit.Could the project please:
For reference, the August 11, 2026 registry snapshot resolved
soldevelo/kubectl:latesttosha256:a308fd7c99d41fd3289be9b25842e4a20bdad6907916ee86b0754b7912f1bad4. That is an observation for incident review, not a recommendation to trust or deploy that digest without the project's own verification.