$npx -y skills add transilienceai/communitytools --skill cloud-containersCloud and container security testing - AWS, Azure, GCP, Docker, and Kubernetes misconfigurations and exploitation.
| 1 | # Cloud & Containers |
| 2 | |
| 3 | Test cloud infrastructure and container environments for security misconfigurations and exploitation paths. |
| 4 | |
| 5 | ## Techniques |
| 6 | |
| 7 | | Platform | Key Vectors | |
| 8 | |----------|-------------| |
| 9 | | **AWS** | S3 bucket exposure, IAM misconfig, metadata service, Lambda abuse | |
| 10 | | **Azure** | Blob storage, RBAC flaws, managed identity, App Service misconfig | |
| 11 | | **GCP** | Cloud Storage, service account keys, metadata server, IAM | |
| 12 | | **Docker** | Container escape, privileged mode, socket exposure, image vulnerabilities | |
| 13 | | **Kubernetes** | RBAC bypass, secret exposure, pod escape, API server access | |
| 14 | |
| 15 | ## Workflow |
| 16 | |
| 17 | 1. Enumerate cloud resources and services |
| 18 | 2. Test IAM/RBAC configurations |
| 19 | 3. Check storage and secrets exposure |
| 20 | 4. Test container isolation and escape paths |
| 21 | 5. Document findings with cloud-specific evidence |
| 22 | |
| 23 | ## Reference |
| 24 | |
| 25 | - `reference/INDEX.md` - Router for platform-specific attack scenarios (AWS, Azure, GCP, Docker, K8s) |