What it does
- Container deployment: deploys applications from GitHub repositories, DockerHub images, Dockerfiles, or Docker Compose stacks
- Full lifecycle management: starts, stops, and deletes containers as needed throughout a task
- Kata VM isolation: all containers run inside Kata VMs for hardware-level isolation, making it safe to deploy untrusted or vulnerable applications
- Template support: supports six deployment template types covering the most common application stacks
- Log access: reads container logs and inspects environment state during and after deployment
- Test environment provisioning: spins up intentionally vulnerable applications or lab setups for safe exploitation testing

