Skip to main content

browser-automation

Enables reliable web testing and scraping through expert browser automation techniques, focusing on selectors and waiting strategies.

Install this skill

or
63/100

Security score

The browser-automation skill was audited on May 12, 2026 and we found 5 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 413

Template literal with variable interpolation in command context

SourceSKILL.md
413path: `errors/${Date.now()}-error.png`,
high line 418

Template literal with variable interpolation in command context

SourceSKILL.md
418await fs.writeFile(`errors/${Date.now()}-page.html`, html);
medium line 478

Access to .env file

SourceSKILL.md
478workers: process.env.CI ? 4 : undefined, // CI: 4 workers, local: CPU-based
low line 328

External URL reference

SourceSKILL.md
328await page.goto('https://target-site.com', {
low line 897

External URL reference

SourceSKILL.md
897const proxies = ['http://proxy1:8080', 'http://proxy2:8080'];
Scanned on May 12, 2026
View Security Dashboard
Installation guide →