container-forensics

Audit Docker and Kubernetes environments for security risks and compromise indicators.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/robit-man/transcribe-cli --skill container-forensics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: container-forensics
Source: https://github.com/robit-man/transcribe-cli/tree/main/.claude/skills/container-forensics
Command: npx skills add https://github.com/robit-man/transcribe-cli --skill container-forensics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the unique security challenges of containerized environments (Docker and Kubernetes) by providing a systematic approach to forensic investigation, identifying misconfigurations, and detecting potential container escapes.

Core Features & Use Cases

  • Environment Detection: Automatically identifies whether the investigation is on a Docker host, Kubernetes cluster, or within a container.
  • Comprehensive Auditing: Checks for privileged containers, dangerous flags, exposed sockets, image vulnerabilities, and RBAC misconfigurations in Kubernetes.
  • Escape Detection: Looks for indicators of processes breaking out of container isolation.
  • Use Case: A security analyst needs to quickly assess a compromised Kubernetes cluster for signs of lateral movement or privilege escalation originating from within a container.

Quick Start

Run container forensics on the current environment.

Frequently Asked Questions about container-forensics

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

FAQPage Schema
How do I investigate a Kubernetes cluster for container escape indicators?

Investigate container escape indicators by auditing Kubernetes RBAC configurations, checking for privileged containers, and scanning for dangerous flags. This process identifies processes breaking out of container isolation to detect lateral movement or privilege escalation.

What is the best way to perform Docker forensics on a compromised host?

Perform Docker forensics by auditing the container inventory and checking for exposed sockets, image vulnerabilities, and privilege escalation vectors. This systematically identifies misconfigurations and potential compromises on the host.

Can I audit Kubernetes RBAC configurations during a container security incident?

Yes, you can audit Kubernetes RBAC configurations during a container security incident. The investigation checks RBAC settings alongside container escape indicators to detect lateral movement originating from within a compromised container.

Does this container forensics investigation work on both Docker hosts and Kubernetes clusters?

Container forensics works on both Docker hosts and Kubernetes clusters by automatically detecting the environment. It audits container inventory, privilege escalation vectors, and image integrity regardless of whether the environment is a Docker host or a Kubernetes cluster.

What do I need to run a forensic investigation of a containerized environment?

You need Bash, Read, Write, Glob, and Grep tools to run a forensic investigation of a containerized environment. These tools execute the environment detection, comprehensive auditing, and escape detection checks.

When should I check for privileged containers during a Docker security audit?

Check for privileged containers during a Docker security audit when investigating potential compromises. Auditing for privileged containers, dangerous flags, and exposed sockets identifies misconfigurations that allow threat actors to escalate privileges or escape isolation.