Skip to main content

typescript-e2e-testing

Facilitates end-to-end testing for TypeScript/NestJS projects using Docker and Jest, ensuring robust application workflows.

Install this skill

or
0/100

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

high line 181

Template literal with variable interpolation in command context

SourceSKILL.md
1812. Run tests sequentially with `npm run test:e2e > /tmp/e2e-${E2E_SESSION}-output.log 2>&1`
high line 187

Template literal with variable interpolation in command context

SourceSKILL.md
1872. Create `/tmp/e2e-${E2E_SESSION}-failures.md` tracking file
medium line 209

Template literal with variable interpolation in command context

SourceSKILL.md
209```bash
high line 226

Template literal with variable interpolation in command context

SourceSKILL.md
226**Temp Files** (with `${E2E_SESSION}` unique per agent):
high line 227

Template literal with variable interpolation in command context

SourceSKILL.md
227- `/tmp/e2e-${E2E_SESSION}-output.log` - Full test output
high line 228

Template literal with variable interpolation in command context

SourceSKILL.md
228- `/tmp/e2e-${E2E_SESSION}-failures.log` - Filtered failure output
high line 229

Template literal with variable interpolation in command context

SourceSKILL.md
229- `/tmp/e2e-${E2E_SESSION}-failures.md` - Tracking file for one-by-one fixing
high line 230

Template literal with variable interpolation in command context

SourceSKILL.md
230- `/tmp/e2e-${E2E_SESSION}-debug.log` - Debug runs
high line 231

Template literal with variable interpolation in command context

SourceSKILL.md
231- `/tmp/e2e-${E2E_SESSION}-verify.log` - Verification runs
high line 338

Template literal with variable interpolation in command context

SourceSKILL.md
3382. **Create tracking file**: `/tmp/e2e-${E2E_SESSION}-failures.md` with all failing tests
medium line 341

Template literal with variable interpolation in command context

SourceSKILL.md
341```bash
medium line 347

Template literal with variable interpolation in command context

SourceSKILL.md
347```bash
high line 353

Template literal with variable interpolation in command context

SourceSKILL.md
35310. **Cleanup**: `rm -f /tmp/e2e-${E2E_SESSION}-*.log /tmp/e2e-${E2E_SESSION}-*.md`
medium line 409

Template literal with variable interpolation in command context

SourceSKILL.md
409```bash
medium line 13

Access to .env file

SourceSKILL.md
13- Configure .env.e2e environment variables
low line 292

Access to .env file

SourceSKILL.md
292├── .env.e2e
low line 389

External URL reference

SourceSKILL.md
389http.post('https://api.external.com/endpoint', () => {
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →