Skip to main content

playwright_browser

Provides advanced browser automation capabilities using Playwright for web scraping, user interaction simulation, and data extraction.

Install this skill

or
88/100

Security score

The playwright_browser skill was audited on Feb 28, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 55

External URL reference

SourceSKILL.md
55python skills/playwright_browser/browser_tool.py --url https://example.com --screenshot --output example.png
low line 60

External URL reference

SourceSKILL.md
60python skills/playwright_browser/browser_tool.py --url https://example.com --read
low line 65

External URL reference

SourceSKILL.md
65python skills/playwright_browser/browser_tool.py --url https://example.com --screenshot --wait .main-content
low line 72

External URL reference

SourceSKILL.md
72python skills/playwright_browser/scraper.py https://example.com --selector title:h1:text
low line 77

External URL reference

SourceSKILL.md
77python skills/playwright_browser/scraper.py https://example.com --selector links:a:href:multiple --json
low line 82

External URL reference

SourceSKILL.md
82python skills/playwright_browser/scraper.py https://example.com --selector img_url:img:src
low line 101

External URL reference

SourceSKILL.md
101python skills/playwright_browser/automator.py https://example.com --file actions.json
low line 106

External URL reference

SourceSKILL.md
106python skills/playwright_browser/automator.py https://example.com --actions '[{"type":"fill","selector":"#input","value":"test"},{"type":"click","selector":"#submit"}]'
low line 125

External URL reference

SourceSKILL.md
125python skills/playwright_browser/snapshot.py https://example.com --output fullpage --full-page
low line 130

External URL reference

SourceSKILL.md
130python skills/playwright_browser/snapshot.py https://example.com --output report --format pdf
low line 137

External URL reference

SourceSKILL.md
137python skills/playwright_browser/download_images.py https://example.com --output-dir downloaded_images --max 10
low line 147

External URL reference

SourceSKILL.md
147python skills/playwright_browser/download_images.py https://www.nvidia.cn --output-dir nvidia_images --max 5
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →