Skip to main content

agent-browser

Automates browser testing and UI interactions using Vercel's agent-browser CLI with ref-based element targeting for reliable results.

Install this skill

or
81/100

Security score

The agent-browser skill was audited on Mar 5, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 188

Python subprocess execution

SourceSKILL.md
188subprocess.run(["agent-browser", "fill", "@email", row["email"]])
medium line 189

Python subprocess execution

SourceSKILL.md
189subprocess.run(["agent-browser", "fill", "@password", row["password"]])
medium line 190

Python subprocess execution

SourceSKILL.md
190subprocess.run(["agent-browser", "click", "@submit"])
low line 82

External URL reference

SourceSKILL.md
82agent-browser open https://example.com
low line 167

External URL reference

SourceSKILL.md
167agent-browser open https://acme.com/pricing
low line 174

External URL reference

SourceSKILL.md
174agent-browser open https://myapp.com
low line 205

External URL reference

SourceSKILL.md
205agent-browser open https://example.com/register
Scanned on Mar 5, 2026
View Security Dashboard