Skip to main content

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
524filename: `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
81mcp__playwright__browser_navigate({ url: "http://localhost:3000" })
low line 180

External URL reference

SourceSKILL.md
180mcp__playwright__browser_navigate({ url: "http://localhost:3000/product" })
low line 220

External URL reference

SourceSKILL.md
220mcp__playwright__browser_navigate({ url: "http://localhost:3000/home" })
low line 248

External URL reference

SourceSKILL.md
248mcp__playwright__browser_navigate({ url: "http://localhost:3000" })
low line 277

External URL reference

SourceSKILL.md
277mcp__playwright__browser_navigate({ url: "http://localhost:3000" })
low line 311

External URL reference

SourceSKILL.md
311url: "http://localhost:3000"
low line 341

External URL reference

SourceSKILL.md
341mcp__playwright__browser_navigate({ url: "http://localhost:3000/login" })
low line 367

External URL reference

SourceSKILL.md
367mcp__playwright__browser_navigate({ url: "http://localhost:3000/products" })
low line 394

External URL reference

SourceSKILL.md
394mcp__playwright__browser_navigate({ url: "http://localhost:3000" })
low line 550

External URL reference

SourceSKILL.md
550mcp__playwright__browser_navigate({ url: "http://localhost:3000" })
low line 567

External URL reference

SourceSKILL.md
567mcp__playwright__browser_navigate({ url: "http://localhost:3000" })
low line 585

External URL reference

SourceSKILL.md
585mcp__playwright__browser_navigate({ url: "http://localhost:3000" })
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →