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 Mar 8, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 242

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

External URL reference

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

External URL reference

SourceSKILL.md
34- `http://localhost:5173` (Vite)
low line 35

External URL reference

SourceSKILL.md
35- `http://localhost:4000` (Phoenix)
low line 36

External URL reference

SourceSKILL.md
36- `http://localhost:8080` (Vue CLI, generic)
Scanned on Mar 8, 2026
View Security Dashboard