What problem does it solve? Engineers hardening pipelines, containers, and live APIs often lack a consolidated, defense-focused reference covering misconfiguration detection and prevention across the operational stack, leading to gaps like privileged containers, over-broad RBAC, and missing BOLA checks. ## Core Features & Use Cases - DevSecOps Hardening: Covers CI/CD pipeline pinning, secret scanning, IaC misconfiguration detection (Terraform/CloudFormation), and SAST/DAST integration. - Container & Kubernetes Defense: Details image scanning, admission control, least-privilege RBAC, container-escape hardening (seccomp, non-root, read-only root), and runtime threat detection. - API Operational Defense: Maps the OWASP API Top 10 to runtime controls including BOLA detection, rate limiting, WAF tuning, and GraphQL/REST depth and complexity limits. - Use Case: When reviewing a Kubernetes deployment before release, load this reference to verify the pod security context, ServiceAccount scoping, and admission policies against the hardened baseline checklist. ## Quick Start Ask the agent to review your Kubernetes manifests and CI/CD pipeline configuration against the DevSecOps and container hardening checklists in this reference.