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
| 29 | subprocess.run(['podman', '--version'], capture_output=True, check=True) |
medium line 33
Python subprocess execution
SourceSKILL.md
| 33 | subprocess.run(['docker', '--version'], capture_output=True, check=True) |
medium line 51
Python subprocess execution
SourceSKILL.md
| 51 | result = subprocess.run( |
medium line 59
Python subprocess execution
SourceSKILL.md
| 59 | subprocess.run([*COMPOSE_CMD.split(), '-f', COMPOSE_FILE, 'up', '-d', service], check=True) |
low line 43
External URL reference
SourceSKILL.md
| 43 | CENTRAL_SITE = "http://localhost:8080" |
low line 44
External URL reference
SourceSKILL.md
| 44 | SERVICE_URL = "http://localhost:8000" |
Scanned on Jun 11, 2026
View Security Dashboard