docker-k8s
Warn
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill's Dockerfile example contains a build-time network request to an external domain (
security-scan.example.com) using Python'surllib.request. This creates an unauthenticated outbound connection to a non-whitelisted destination which could be used for data exfiltration. - [DYNAMIC_EXECUTION]: Dockerfile instructions use
python -cto execute arbitrary Python logic during the container build process, including usingsubprocess.runto check for system updates. This practice bypasses static analysis and can be used to hide malicious activity during image construction. - [PRIVILEGE_ESCALATION]: The provided Kubernetes
ClusterRolemanifest grantsget,list, andwatchpermissions onsecretsto thedefaultServiceAccount in the production namespace. This violates the principle of least privilege and allows any pod running with the default account to access all secrets in the cluster. - [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The ArgoCD configuration allows automated image updates using unconstrained tag patterns (
*). This could lead to the deployment of untrusted images if the registry or the GitOps pipeline is compromised.
Audit Metadata