Skip to main content

playwright-skill

Automates browser testing with Playwright, enabling users to write and execute test scripts for web applications efficiently.

Install this skill

or
54/100

Security score

The playwright-skill skill was audited on Mar 1, 2026 and we found 18 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 134

Template literal with variable interpolation in command context

SourceSKILL.md
134await page.goto(`${TARGET_URL}/login`);
medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160await page.goto(`${TARGET_URL}/contact`);
medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203console.log(`✅ Working links: ${results.working}`);
medium line 259

Template literal with variable interpolation in command context

SourceSKILL.md
259`Testing ${viewport.name} (${viewport.width}x${viewport.height})`,
medium line 271

Template literal with variable interpolation in command context

SourceSKILL.md
271path: `/tmp/${viewport.name.toLowerCase()}.png`,
medium line 13

Access to hidden dotfiles in home directory

SourceSKILL.md
13- Plugin system: `~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill`
medium line 14

Access to hidden dotfiles in home directory

SourceSKILL.md
14- Manual global: `~/.claude/skills/playwright-skill`
low line 72

External URL reference

SourceSKILL.md
72const TARGET_URL = 'http://localhost:3001'; // <-- Auto-detected or from user
low line 102

External URL reference

SourceSKILL.md
102const TARGET_URL = 'http://localhost:3001'; // Auto-detected
low line 128

External URL reference

SourceSKILL.md
128const TARGET_URL = 'http://localhost:3001'; // Auto-detected
low line 154

External URL reference

SourceSKILL.md
154const TARGET_URL = 'http://localhost:3001'; // Auto-detected
low line 184

External URL reference

SourceSKILL.md
184await page.goto('http://localhost:3000');
low line 220

External URL reference

SourceSKILL.md
220await page.goto('http://localhost:3000', {
low line 245

External URL reference

SourceSKILL.md
245const TARGET_URL = 'http://localhost:3001'; // Auto-detected
low line 290

External URL reference

SourceSKILL.md
290await page.goto('http://localhost:3001');
low line 424

External URL reference

SourceSKILL.md
424I found your dev server running on http://localhost:3001
low line 438

External URL reference

SourceSKILL.md
438- http://localhost:3000
low line 439

External URL reference

SourceSKILL.md
439- http://localhost:3001
Scanned on Mar 1, 2026
View Security Dashboard