mobile-emulation
Facilitates mobile device emulation and responsive testing using Playwright for optimal layout and interaction validation.
Install this skill
or
75/100
Security score
The mobile-emulation skill was audited on Feb 12, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 159
Template literal with variable interpolation in command context
SourceSKILL.md
| 159 | test(`layout at ${bp.name}`, async ({ page }) => { |
medium line 162
Template literal with variable interpolation in command context
SourceSKILL.md
| 162 | await expect(page).toHaveScreenshot(`layout-${bp.name}.png`); |
medium line 437
Template literal with variable interpolation in command context
SourceSKILL.md
| 437 | test.describe(`Visual: ${deviceName}`, () => { |
medium line 442
Template literal with variable interpolation in command context
SourceSKILL.md
| 442 | await expect(page).toHaveScreenshot(`homepage-${deviceName}.png`); |
medium line 447
Template literal with variable interpolation in command context
SourceSKILL.md
| 447 | await expect(page).toHaveScreenshot(`product-${deviceName}.png`); |
Scanned on Feb 12, 2026
View Security Dashboard