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
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
Template literal with variable interpolation in command context
| 332 | ```python |
Template literal with variable interpolation in command context
| 473 | ```yaml |
Template literal with variable interpolation in command context
| 779 | ```yaml |
Piping content to bash shell
| 69 | | Bash Tool | `bash_20250124` | |
Wget to non-GitHub URL
| 736 | RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \ |
Webhook reference - potential data exfiltration
| 504 | ### n8n Webhook Integration: |
Webhook reference - potential data exfiltration
| 517 | @app.post("/webhook/run-tests") |
Access to hidden dotfiles in home directory
| 584 | Add to your `~/.claude/mcp_servers.json`: |
Base64 decode operation
| 206 | "data": base64.b64encode(screenshot).decode() |
Base64 decode operation
| 320 | {"type": "image", "source": {"type": "base64", "media_type": "image/png", "data": base64.b64encode(screenshot).decode()}}, |
External URL reference
| 25 | e2e-agent --codebase /path/to/app --app-url http://localhost:3000 |
External URL reference
| 36 | app_url="http://localhost:3000" |
External URL reference
| 180 | await self.page.goto("https://app.example.com/login") |
External URL reference
| 494 | --app-url http://localhost:3000 \ |
External URL reference
| 569 | - Source: https://www.npmjs.com/package/@playwright/mcp |
External URL reference
| 625 | await client.navigate("https://example.com/login") |
External URL reference
| 657 | - Source: https://www.npmjs.com/package/@modelcontextprotocol/server-filesystem |
External URL reference
| 674 | - Source: https://www.npmjs.com/package/@modelcontextprotocol/server-github |
External URL reference
| 736 | RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \ |
External URL reference
| 737 | && echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list \ |