Skip to main content

e2e-testing-agent

Builds autonomous end-to-end testing agents for full-stack applications using AI, enhancing CI/CD integration and test automation.

Install this skill

or
32/100

Security score

The e2e-testing-agent skill was audited on Feb 9, 2026 and we found 20 security issues across 5 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

medium line 332

Template literal with variable interpolation in command context

SourceSKILL.md
332```python
medium line 473

Template literal with variable interpolation in command context

SourceSKILL.md
473```yaml
medium line 779

Template literal with variable interpolation in command context

SourceSKILL.md
779```yaml
critical line 69

Piping content to bash shell

SourceSKILL.md
69| Bash Tool | `bash_20250124` |
medium line 736

Wget to non-GitHub URL

SourceSKILL.md
736RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \
medium line 504

Webhook reference - potential data exfiltration

SourceSKILL.md
504### n8n Webhook Integration:
low line 517

Webhook reference - potential data exfiltration

SourceSKILL.md
517@app.post("/webhook/run-tests")
medium line 584

Access to hidden dotfiles in home directory

SourceSKILL.md
584Add to your `~/.claude/mcp_servers.json`:
low line 206

Base64 decode operation

SourceSKILL.md
206"data": base64.b64encode(screenshot).decode()
low line 320

Base64 decode operation

SourceSKILL.md
320{"type": "image", "source": {"type": "base64", "media_type": "image/png", "data": base64.b64encode(screenshot).decode()}},
low line 25

External URL reference

SourceSKILL.md
25e2e-agent --codebase /path/to/app --app-url http://localhost:3000
low line 36

External URL reference

SourceSKILL.md
36app_url="http://localhost:3000"
low line 180

External URL reference

SourceSKILL.md
180await self.page.goto("https://app.example.com/login")
low line 494

External URL reference

SourceSKILL.md
494--app-url http://localhost:3000 \
low line 569

External URL reference

SourceSKILL.md
569- Source: https://www.npmjs.com/package/@playwright/mcp
low line 625

External URL reference

SourceSKILL.md
625await client.navigate("https://example.com/login")
low line 657

External URL reference

SourceSKILL.md
657- Source: https://www.npmjs.com/package/@modelcontextprotocol/server-filesystem
low line 674

External URL reference

SourceSKILL.md
674- Source: https://www.npmjs.com/package/@modelcontextprotocol/server-github
low line 736

External URL reference

SourceSKILL.md
736RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \
low line 737

External URL reference

SourceSKILL.md
737&& echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list \
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →