mobile-testing-playwright
Facilitates mobile device testing using Playwright MCP for iOS and Android, covering touch interactions, responsive layouts, and visual regression.
Install this skill
or
78/100
Security score
The mobile-testing-playwright skill was audited on Feb 28, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 524
Template literal with variable interpolation in command context
SourceSKILL.md
| 524 | filename: `layout-${width}px.png` |
medium line 347
Prompting for password/secret input
SourceSKILL.md
| 347 | { name: "password", type: "textbox", ref: "input-password", value: "password123" } |
low line 81
External URL reference
SourceSKILL.md
| 81 | mcp__playwright__browser_navigate({ url: "http://localhost:3000" }) |
low line 180
External URL reference
SourceSKILL.md
| 180 | mcp__playwright__browser_navigate({ url: "http://localhost:3000/product" }) |
low line 220
External URL reference
SourceSKILL.md
| 220 | mcp__playwright__browser_navigate({ url: "http://localhost:3000/home" }) |
low line 248
External URL reference
SourceSKILL.md
| 248 | mcp__playwright__browser_navigate({ url: "http://localhost:3000" }) |
low line 277
External URL reference
SourceSKILL.md
| 277 | mcp__playwright__browser_navigate({ url: "http://localhost:3000" }) |
low line 311
External URL reference
SourceSKILL.md
| 311 | url: "http://localhost:3000" |
low line 341
External URL reference
SourceSKILL.md
| 341 | mcp__playwright__browser_navigate({ url: "http://localhost:3000/login" }) |
low line 367
External URL reference
SourceSKILL.md
| 367 | mcp__playwright__browser_navigate({ url: "http://localhost:3000/products" }) |
low line 394
External URL reference
SourceSKILL.md
| 394 | mcp__playwright__browser_navigate({ url: "http://localhost:3000" }) |
low line 550
External URL reference
SourceSKILL.md
| 550 | mcp__playwright__browser_navigate({ url: "http://localhost:3000" }) |
low line 567
External URL reference
SourceSKILL.md
| 567 | mcp__playwright__browser_navigate({ url: "http://localhost:3000" }) |
low line 585
External URL reference
SourceSKILL.md
| 585 | mcp__playwright__browser_navigate({ url: "http://localhost:3000" }) |
Scanned on Feb 28, 2026
View Security Dashboard