New to Claude Skills? Learn how to install them →

Container Security skills

Free agent skills tagged container security, ready to install into any SKILL.md-compatible agent.

Implementing Supply Chain Security

mukul975

Ensure integrity of software supply chains with in-toto.

Security & ComplianceintermediatePython · Shell27.6k repo

Benchmarking Kubernetes with kube-bench

mukul975

Ensure your Kubernetes cluster meets CIS compliance standards.

Security & ComplianceintermediatePython · Shell27.6k repo

Hardening Docker Daemon Configuration

mukul975

Secure your Docker daemon with best practices.

Security & ComplianceintermediatePython · Shell27.6k repo

Implementing GCP Binary Authorization

mukul975

Secure your GCP deployments with trusted container images.

Security & ComplianceintermediatePython · Shell27.6k repo
D

Docker Development

alirezarezvani

Optimize Dockerfiles and enhance container security effortlessly.

Developer ToolsintermediatePython · Node · Shell24.3k repo

Analyzing Docker Container Forensics

mukul975

Investigate compromised Docker containers for malicious activity.

Security & ComplianceintermediatePython · Shell27.6k repo
D

Docker Patterns

affaan-m

Best practices for Docker and Docker Compose.

Developer ToolsintermediateNode · Shell239.3k repo

Supply Chain Security

zhaoxuya520

Assess and secure your software supply chain effectively.

Security & ComplianceintermediateNode · Shell23.4k repo

Cloud Kubernetes Security

zhaoxuya520

Secure your cloud and Kubernetes environments effectively.

Security & ComplianceadvancedShell23.4k repo

NanoClaw Traffic Guardian

prompt-security

Baseline traffic monitoring for secure host-side proxy inspection.

Security & ComplianceintermediateNode · Shell1.1k repo

Implementing Container Network Policies

mukul975

Enhance Kubernetes security with Calico network policies.

Security & ComplianceintermediatePython27.6k repo

Implementing Runtime Security with Tetragon

Implement eBPF-based runtime security observability and enforcement in Kubernetes clusters using Cilium Tetragon, monitoring process execution, file access, network connections, and syscalls at the kernel level. Use when deploying Tetragon to detect or block dangerous syscalls (ptrace, mount, unshare), enforce kernel-level Kubernetes security policy, or add low-overhead runtime threat detection to a cluster.

Analyzing Kubernetes Audit Logs

Parses Kubernetes API server audit logs (JSON lines) to detect exec-into-pod, secret access, RBAC modifications, privileged pod creation, and anonymous API access. Builds threat detection rules from audit event patterns. Use when investigating Kubernetes cluster compromise or building k8s-specific SIEM detection rules.