Skip to main content

compatibility-testing

Ensures consistent user experience across browsers and devices through comprehensive compatibility testing and responsive design validation.

Install this skill

or
91/100

Security score

The compatibility-testing skill was audited on Feb 9, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 77

Template literal with variable interpolation in command context

SourceSKILL.md
77test(`layout on ${device.name}`, async ({ page }) => {
low line 129

Access to .env file

SourceSKILL.md
129'browserstack.user': process.env.BROWSERSTACK_USER,
low line 130

Access to .env file

SourceSKILL.md
130'browserstack.key': process.env.BROWSERSTACK_KEY
low line 83

External URL reference

SourceSKILL.md
83await page.goto('https://example.com');
low line 149

External URL reference

SourceSKILL.md
149url: 'https://example.com',
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →