playwright-skill
Automates browser testing with Playwright, enabling users to write and execute test scripts for web applications efficiently.
Install this skill
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
Template literal with variable interpolation in command context
| 134 | await page.goto(`${TARGET_URL}/login`); |
Template literal with variable interpolation in command context
| 160 | await page.goto(`${TARGET_URL}/contact`); |
Template literal with variable interpolation in command context
| 203 | console.log(`✅ Working links: ${results.working}`); |
Template literal with variable interpolation in command context
| 259 | `Testing ${viewport.name} (${viewport.width}x${viewport.height})`, |
Template literal with variable interpolation in command context
| 271 | path: `/tmp/${viewport.name.toLowerCase()}.png`, |
Access to hidden dotfiles in home directory
| 13 | - Plugin system: `~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill` |
Access to hidden dotfiles in home directory
| 14 | - Manual global: `~/.claude/skills/playwright-skill` |
External URL reference
| 72 | const TARGET_URL = 'http://localhost:3001'; // <-- Auto-detected or from user |
External URL reference
| 102 | const TARGET_URL = 'http://localhost:3001'; // Auto-detected |
External URL reference
| 128 | const TARGET_URL = 'http://localhost:3001'; // Auto-detected |
External URL reference
| 154 | const TARGET_URL = 'http://localhost:3001'; // Auto-detected |
External URL reference
| 184 | await page.goto('http://localhost:3000'); |
External URL reference
| 220 | await page.goto('http://localhost:3000', { |
External URL reference
| 245 | const TARGET_URL = 'http://localhost:3001'; // Auto-detected |
External URL reference
| 290 | await page.goto('http://localhost:3001'); |
External URL reference
| 424 | I found your dev server running on http://localhost:3001 |
External URL reference
| 438 | - http://localhost:3000 |
External URL reference
| 439 | - http://localhost:3001 |
Install this skill with one command
/learn @mjmmattoni98/playwright-skill