visual-testing-extension
Facilitates visual validation for browser extensions using Puppeteer and Playwright, ensuring UI consistency across different contexts.
Install this skill
Security score
The visual-testing-extension skill was audited on Mar 1, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 61 | `--disable-extensions-except=${extensionPath}`, |
Template literal with variable interpolation in command context
| 62 | `--load-extension=${extensionPath}`, |
Template literal with variable interpolation in command context
| 90 | const popupUrl = `chrome-extension://${extensionId}/popup.html`; |
Template literal with variable interpolation in command context
| 109 | const optionsUrl = `chrome-extension://${extensionId}/options.html`; |
Template literal with variable interpolation in command context
| 140 | `--disable-extensions-except=${extensionPath}`, |
Template literal with variable interpolation in command context
| 141 | `--load-extension=${extensionPath}`, |
Template literal with variable interpolation in command context
| 161 | await page.goto(`chrome-extension://${extensionId}/popup.html`); |
Template literal with variable interpolation in command context
| 170 | await page.goto(`chrome-extension://${extensionId}/popup.html`); |
Template literal with variable interpolation in command context
| 184 | await page.goto(`chrome-extension://${extensionId}/popup.html`); |
Template literal with variable interpolation in command context
| 198 | await page.goto(`chrome-extension://${extensionId}/options.html`); |
Template literal with variable interpolation in command context
| 222 | `--disable-extensions-except=${extensionPath}`, |
Template literal with variable interpolation in command context
| 223 | `--load-extension=${extensionPath}`, |
Template literal with variable interpolation in command context
| 235 | await popup.goto(`chrome-extension://${extensionId}/popup.html`); |
Template literal with variable interpolation in command context
| 277 | `--disable-extensions-except=${extensionPath}`, |
Template literal with variable interpolation in command context
| 278 | `--load-extension=${extensionPath}`, |
External URL reference
| 326 | await page.goto('https://example.com'); |
Install this skill with one command
/learn @telum-ai/visual-testing-extension