Skip to main content

e2e-test-runner

Facilitates running and debugging end-to-end tests for web, iOS, and Android platforms, ensuring smooth feature demonstrations and test automation.

Install this skill

or
78/100

Security score

The e2e-test-runner skill was audited on Feb 9, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 56

Access to .env file

SourceSKILL.md
56grep HAPPY_SERVER_URL server/.env.local
medium line 128

Access to .env file

SourceSKILL.md
128- Server config: `server/.env.local`
medium line 139

Access to .env file

SourceSKILL.md
139- `HAPPY_SERVER_URL` - Happy Server API (set to `https://api.cluster-fluster.com` in `.env.local`)
low line 61

External URL reference

SourceSKILL.md
61- Next.js: localhost:3003 with `HAPPY_SERVER_URL=https://api.cluster-fluster.com`
low line 62

External URL reference

SourceSKILL.md
62- Expo web: localhost:8081 with `EXPO_PUBLIC_API_URL=http://localhost:3003`
low line 63

External URL reference

SourceSKILL.md
63- Happy Server: https://api.cluster-fluster.com (default, DON'T override)
low line 80

External URL reference

SourceSKILL.md
80EXPO_PUBLIC_API_URL=http://localhost:3003 yarn web
low line 85

External URL reference

SourceSKILL.md
85- ALWAYS set `EXPO_PUBLIC_API_URL=http://localhost:3003` for local testing
low line 93

External URL reference

SourceSKILL.md
93EXPO_PUBLIC_API_URL=http://localhost:3003 node oauth-authentication.test.js
low line 98

External URL reference

SourceSKILL.md
98- Navigate to VibeBox at http://localhost:8081
low line 110

External URL reference

SourceSKILL.md
110- ✅ Final URL is `http://localhost:8081/` (NOT `/callback`)
low line 135

External URL reference

SourceSKILL.md
135- `EXPO_PUBLIC_API_URL` - VibeBox Platform API (set to `http://localhost:3003` for local dev)
low line 136

External URL reference

SourceSKILL.md
136- `EXPO_PUBLIC_HAPPY_SERVER_URL` - Happy Server API (DON'T set, use default `https://api.cluster-fluster.com`)
low line 139

External URL reference

SourceSKILL.md
139- `HAPPY_SERVER_URL` - Happy Server API (set to `https://api.cluster-fluster.com` in `.env.local`)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →