Enable Security Posture (Automated)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-gke-v190-5.10.4 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis Gke V190 5.10.4?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-cis-gke-v190-5-10-4)More formats (shields.io, HTML) on the badges page.
---
name: cis-gke-v190-5.10.4
description: "Enable Security Posture (Automated)"
category: cis-gke
version: "1.9.0"
author: cyberstrike-official
tags: [cis, gke, kubernetes, gcp, cluster-config, security-posture, configuration-scanning, workload-security]
cis_id: "5.10.4"
cis_benchmark: "CIS Google Kubernetes Engine (GKE) Benchmark v1.9.0"
tech_stack: [kubernetes, gcp, gke]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 5.10.4 Enable Security Posture (Automated)
## Profile Applicability
- Level 2
## Description
Enable Security Posture to gain insights about your workload security posture at the runtime phase of the software delivery life-cycle.
## Rationale
The security posture dashboard provides insights about your workload security posture at the runtime phase of the software delivery life-cycle.
## Impact
GKE security posture configuration auditing checks your workloads against a set of defined best practices. Each configuration check has its own impact or risk. Learn more about the checks: https://cloud.google.com/kubernetes-engine/docs/concepts/about-configuration-scanning
Example: The host namespace check identifies pods that share host namespaces. Pods that share host namespaces allow Pod processes to communicate with host processes and gather host information, which could lead to a container escape.
## Audit
Check the SecurityPostureConfig on your cluster:
```bash
gcloud container clusters --location describe
```
The output should include:
```
securityPostureConfig:
mode: BASIC
```
## Remediation
Enable security posture via the UI, gCloud or API.
See: https://cloud.google.com/kubernetes-engine/docs/how-to/protect-workload-configuration
## Default Value
GKE security posture has multiple features. Not all are on by default. Configuration auditing is enabled by default for new standard and autopilot clusters.
securityPostureConfig: mode: BASIC
## References
1. https://cloud.google.com/kubernetes-engine/docs/concepts/about-security-posture-dashboard
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!