security-hardening▌
3 indexed skills · max 10 per page
implementing-rbac-hardening-for-kubernetes
mukul975/Anthropic-Cybersecurity-Skills · implementing-rbac-hardening-for-kubernetes
Harden Kubernetes Role-Based Access Control by implementing least-privilege policies, auditing role bindings, eliminating cluster-admin sprawl, and integrating external identity providers.
auditing-cloud-with-cis-benchmarks
mukul975/Anthropic-Cybersecurity-Skills · auditing-cloud-with-cis-benchmarks
This skill details how to conduct cloud security audits using Center for Internet Security benchmarks for AWS, Azure, and GCP. It covers interpreting CIS Foundations Benchmark controls, running automated assessments with tools like Prowler and ScoutSuite, remediating failed controls, and maintaining continuous compliance monitoring against CIS v5 for AWS, v4 for Azure, and v4 for GCP.
implementing-container-image-minimal-base-with-distroless
mukul975/Anthropic-Cybersecurity-Skills · implementing-container-image-minimal-base-with-distroless
Reduce container attack surface by building application images on Google distroless base images that contain only the application runtime with no shell, package manager, or unnecessary OS utilities.