Skip to main content

screenshots

Generates high-quality marketing screenshots of applications using Playwright for various promotional purposes.

Install this skill

or
61/100

Security score

The screenshots skill was audited on Feb 9, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 249

Template literal with variable interpolation in command context

SourceSKILL.md
249console.log(`Capturing: ${shot.name}`);
medium line 250

Template literal with variable interpolation in command context

SourceSKILL.md
250await page.goto(`${BASE_URL}${shot.url}`);
medium line 268

Template literal with variable interpolation in command context

SourceSKILL.md
268path: `${SCREENSHOTS_DIR}/${shot.name}.png`,
medium line 271

Template literal with variable interpolation in command context

SourceSKILL.md
271console.log(` Saved: ${shot.name}.png`);
medium line 300

Template literal with variable interpolation in command context

SourceSKILL.md
300await element.screenshot({ path: `${SCREENSHOTS_DIR}/element.png` });
medium line 309

Template literal with variable interpolation in command context

SourceSKILL.md
309path: `${SCREENSHOTS_DIR}/full-page.png`,
medium line 329

Template literal with variable interpolation in command context

SourceSKILL.md
329await page.screenshot({ path: `${SCREENSHOTS_DIR}/modal.png` });
low line 40

External URL reference

SourceSKILL.md
40- `http://localhost:3000` (Next.js, Create React App, Rails)
low line 41

External URL reference

SourceSKILL.md
41- `http://localhost:5173` (Vite)
low line 42

External URL reference

SourceSKILL.md
42- `http://localhost:4000` (Phoenix)
low line 43

External URL reference

SourceSKILL.md
43- `http://localhost:8080` (Vue CLI, generic)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →