Skip to main content

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
159test(`layout at ${bp.name}`, async ({ page }) => {
medium line 162

Template literal with variable interpolation in command context

SourceSKILL.md
162await expect(page).toHaveScreenshot(`layout-${bp.name}.png`);
medium line 437

Template literal with variable interpolation in command context

SourceSKILL.md
437test.describe(`Visual: ${deviceName}`, () => {
medium line 442

Template literal with variable interpolation in command context

SourceSKILL.md
442await expect(page).toHaveScreenshot(`homepage-${deviceName}.png`);
medium line 447

Template literal with variable interpolation in command context

SourceSKILL.md
447await expect(page).toHaveScreenshot(`product-${deviceName}.png`);
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
NeverSight/skills_feed