Skip to main content

browser-test

Runs comprehensive Playwright browser tests for web applications across multiple devices, ensuring responsive behavior and performance.

Install this skill

or
70/100

Security score

The browser-test skill was audited on Feb 27, 2026 and we found 14 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 94

Template literal with variable interpolation in command context

SourceSKILL.md
94```bash
medium line 353

Template literal with variable interpolation in command context

SourceSKILL.md
353baseURL: `http://localhost:${PORT}`,
medium line 489

Template literal with variable interpolation in command context

SourceSKILL.md
489# path: `screenshots/${viewport}/homepage.png`,
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126if curl -s -o /dev/null -w "%{http_code}" "http://localhost:$PORT" | grep -q "^[23]"; then
low line 348

Access to .env file

SourceSKILL.md
348forbidOnly: !!process.env.CI,
low line 349

Access to .env file

SourceSKILL.md
349retries: process.env.CI ? 2 : 1,
low line 418

Access to .env file

SourceSKILL.md
418# - Note: Ask user for test credentials or check .env.test
low line 116

External URL reference

SourceSKILL.md
116echo "Target: http://localhost:$PORT"
low line 126

External URL reference

SourceSKILL.md
126if curl -s -o /dev/null -w "%{http_code}" "http://localhost:$PORT" | grep -q "^[23]"; then
low line 127

External URL reference

SourceSKILL.md
127echo "✓ App is reachable at http://localhost:$PORT"
low line 129

External URL reference

SourceSKILL.md
129echo "⚠️ Warning: Could not reach http://localhost:$PORT"
low line 135

External URL reference

SourceSKILL.md
135echo " Make sure your app is running at http://localhost:$PORT"
low line 353

External URL reference

SourceSKILL.md
353baseURL: `http://localhost:${PORT}`,
low line 568

External URL reference

SourceSKILL.md
568# **Application**: http://localhost:3000
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →