typescript-e2e-testing
Facilitates end-to-end testing for TypeScript/NestJS projects using Docker and Jest, ensuring robust application workflows.
Install this skill
Security score
The typescript-e2e-testing skill was audited on Feb 12, 2026 and we found 17 security issues across 3 threat categories, including 10 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 181 | 2. Run tests sequentially with `npm run test:e2e > /tmp/e2e-${E2E_SESSION}-output.log 2>&1` |
Template literal with variable interpolation in command context
| 187 | 2. Create `/tmp/e2e-${E2E_SESSION}-failures.md` tracking file |
Template literal with variable interpolation in command context
| 209 | ```bash |
Template literal with variable interpolation in command context
| 226 | **Temp Files** (with `${E2E_SESSION}` unique per agent): |
Template literal with variable interpolation in command context
| 227 | - `/tmp/e2e-${E2E_SESSION}-output.log` - Full test output |
Template literal with variable interpolation in command context
| 228 | - `/tmp/e2e-${E2E_SESSION}-failures.log` - Filtered failure output |
Template literal with variable interpolation in command context
| 229 | - `/tmp/e2e-${E2E_SESSION}-failures.md` - Tracking file for one-by-one fixing |
Template literal with variable interpolation in command context
| 230 | - `/tmp/e2e-${E2E_SESSION}-debug.log` - Debug runs |
Template literal with variable interpolation in command context
| 231 | - `/tmp/e2e-${E2E_SESSION}-verify.log` - Verification runs |
Template literal with variable interpolation in command context
| 338 | 2. **Create tracking file**: `/tmp/e2e-${E2E_SESSION}-failures.md` with all failing tests |
Template literal with variable interpolation in command context
| 341 | ```bash |
Template literal with variable interpolation in command context
| 347 | ```bash |
Template literal with variable interpolation in command context
| 353 | 10. **Cleanup**: `rm -f /tmp/e2e-${E2E_SESSION}-*.log /tmp/e2e-${E2E_SESSION}-*.md` |
Template literal with variable interpolation in command context
| 409 | ```bash |
Access to .env file
| 13 | - Configure .env.e2e environment variables |
Access to .env file
| 292 | ├── .env.e2e |
External URL reference
| 389 | http.post('https://api.external.com/endpoint', () => { |