# Cis Gke Autopilot V130 5.7.1

> Enable Security Posture (Automated)

- Skill: `cyberstrikeus/cis-gke-autopilot-v130-5-7-1` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberstrikeus/cis-gke-autopilot-v130-5-7-1`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberstrikeus/cis-gke-autopilot-v130-5-7-1/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: cyberstrikeus (https://skillmd.com/u/cyberstrikeus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cyberstrikeus/cis-gke-autopilot-v130-5-7-1

---


# 5.7.1 Enable Security Posture (Automated)

## Profile Applicability

- Level 2

## Description

The security posture dashboard provides 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
```

```
securityPostureConfig: mode: BASIC
```

## Remediation

Enable security posture via the UI, gCloud or API. 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

## CIS Controls

| Controls Version | Control                                                  | IG 1 | IG 2 | IG 3 |
| ---------------- | -------------------------------------------------------- | ---- | ---- | ---- |
| v8               | 2.4 Utilize Automated Software Inventory Tools           |      | x    | x    |
| v7               | 5.5 Implement Automated Configuration Monitoring Systems |      | x    | x    |

