Skip to main content

Generate E2E Container Tests

Generates container-based end-to-end tests for microservices, ensuring complete workflows and multi-tenant isolation.

Install this skill

or
78/100

Security score

The Generate E2E Container Tests skill was audited on Jun 11, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 29

Python subprocess execution

SourceSKILL.md
29subprocess.run(['podman', '--version'], capture_output=True, check=True)
medium line 33

Python subprocess execution

SourceSKILL.md
33subprocess.run(['docker', '--version'], capture_output=True, check=True)
medium line 51

Python subprocess execution

SourceSKILL.md
51result = subprocess.run(
medium line 59

Python subprocess execution

SourceSKILL.md
59subprocess.run([*COMPOSE_CMD.split(), '-f', COMPOSE_FILE, 'up', '-d', service], check=True)
low line 43

External URL reference

SourceSKILL.md
43CENTRAL_SITE = "http://localhost:8080"
low line 44

External URL reference

SourceSKILL.md
44SERVICE_URL = "http://localhost:8000"
Scanned on Jun 11, 2026
View Security Dashboard
Installation guide →