Intent-Code Divergence
High
- Confidence
- 98% confidence
- Finding
- The file declares a hard security requirement that certificates must never be written to disk, yet `_configure_k8s_client_certificate_files` decodes kubeconfig client certificate and private key material and writes both to filesystem paths. Even if intended as temporary files, this creates a credential exposure window through insecure temp-file permissions, host compromise, backup/snapshot capture, or cleanup failure, and it directly violates the stated control boundary.
