Skip to main content

browser-use

Automates browser interactions using Playwright MCP for tasks like web scraping, UI testing, and form submissions.

Install this skill

or
85/100

Security score

The browser-use skill was audited on Feb 9, 2026 and we found 15 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 27

External URL reference

SourceSKILL.md
27python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_close -p '{}'
low line 44

External URL reference

SourceSKILL.md
44python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_navigate \
low line 45

External URL reference

SourceSKILL.md
45-p '{"url": "https://example.com"}'
low line 48

External URL reference

SourceSKILL.md
48python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_navigate_back -p '{}'
low line 55

External URL reference

SourceSKILL.md
55python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_snapshot -p '{}'
low line 58

External URL reference

SourceSKILL.md
58python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_take_screenshot \
low line 68

External URL reference

SourceSKILL.md
68python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_click \
low line 72

External URL reference

SourceSKILL.md
72python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_type \
low line 76

External URL reference

SourceSKILL.md
76python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_fill_form \
low line 80

External URL reference

SourceSKILL.md
80python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_select_option \
low line 88

External URL reference

SourceSKILL.md
88python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_wait_for \
low line 92

External URL reference

SourceSKILL.md
92python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_wait_for \
low line 99

External URL reference

SourceSKILL.md
99python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_evaluate \
low line 108

External URL reference

SourceSKILL.md
108python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_run_code \
low line 109

External URL reference

SourceSKILL.md
109-p '{"code": "async (page) => { await page.goto(\"https://example.com\"); await page.click(\"text=Learn more\"); return await page.title(); }"}'
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →