runtime-security

Enforce runtime security policies and monitor anomalous behavior in GKE clusters.

3|3|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/adaptive-enforcement-lab/claude-skills --skill runtime-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: runtime-security
Source: https://github.com/adaptive-enforcement-lab/claude-skills/tree/main/plugins/secure/skills/runtime-security
Command: npx skills add https://github.com/adaptive-enforcement-lab/claude-skills --skill runtime-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GKE runtime security ensures clusters are protected against policy violations and anomalous activity by enforcing standards, validating configurations, and monitoring behavior in production workloads.

Core Features & Use Cases

  • Pod Security Standards enforce secure defaults at the namespace and pod level.
  • Admission Controllers block invalid configurations before they reach the cluster.
  • Runtime monitoring detects anomalous process activity, file access, and network connections with Falco or GKE Cloud Logging.
  • Use Case: Deploy in production to automatically detect and alert on non-compliant workloads while enforcing least-privilege IAM.

Quick Start

Enable runtime security on your GKE cluster by configuring Pod Security Standards, enabling admission controls, and activating Falco-based monitoring per the implementation guide.

Frequently Asked Questions about runtime-security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce pod security standards in GKE production workloads?

GKE pod security is enforced by applying namespace-level admission controllers that block invalid configurations before they reach the cluster. This ensures secure pod defaults for production workloads.

How does runtime security monitoring detect anomalous behavior in GKE?

Runtime security monitoring in GKE detects anomalous behavior by tracking process activity, file access, and network connections using Falco or GKE Cloud Logging. This alerts you to non-compliant workloads.

Do I need Terraform and kubectl configured to enable GKE runtime security?

Yes, enabling GKE runtime security requires Terraform 1.0+ and kubectl configuration. You also need a GCP project with billing enabled to support the required cluster configuration and monitoring setup.

What is the best way to implement least-privilege IAM practices for GKE clusters?

The best way to implement least-privilege IAM for GKE clusters is by combining pod security admission controllers with runtime monitoring. This automatically detects, alerts on, and blocks non-compliant workloads.

Can I use Falco for runtime monitoring alongside GKE Cloud Logging?

Yes, Falco can be used for runtime monitoring alongside GKE Cloud Logging. Both tools detect anomalous process activity, file access, and network connections to protect production workloads.