What problem does it solve? Infrastructure components like sandbox runtimes, egress filters, and container orchestration often pass unit tests yet fail on real platforms due to misconfiguration, missing isolation, or platform-specific quirks. This Skill generates end-to-end smoke and stress tests that catch real setup issues across Linux, macOS, and WSL2 before they reach production. ## Core Features & Use Cases - Two-tier test generation: Produces static config validation tests (pytest, no Docker required) plus live runtime checks (bash scripts that prove isolation actually works with Docker). - Threat-informed coverage: Walks MITRE ATLAS techniques against the component under test so the suite covers adversarial scenarios, not just code paths already visible. - Platform-specific failure modes: Targets what actually breaks per platform — virtiofs volume mounts on macOS, KVM availability on Linux, nested virtualization on WSL2. - Use Case: When asked to "stress test the guest egress filter", the Skill inventories existing tests, walks the ATLAS exfiltration rows to find untested cases (like an unmetered POST body to a read-only host), then adds parametrized pytest checks and a live bash smoke script wired into the existing CI workflow. ## Quick Start Ask the AI to stress test the sandbox runtime and verify network isolation works on macOS and Linux.