Skip to main content

agent-browser

Automates browser tasks for AI agents, enabling seamless interaction with websites for data extraction and testing.

Install this skill

or
72/100

Security score

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

Categories Tested

Security Issues

low line 142

Access to hidden dotfiles in home directory

SourceSKILL.md
142agent-browser close # State auto-saved to ~/.agent-browser/sessions/
medium line 409

Access to hidden dotfiles in home directory

SourceSKILL.md
409Priority (lowest to highest): `~/.agent-browser/config.json` < `./agent-browser.json` < env vars < CLI flags. Use `--config <path>` or `AGENT_BROWSER_CONFIG` env var for a custom config file (exits wi
low line 20

External URL reference

SourceSKILL.md
20agent-browser open https://example.com/form
low line 37

External URL reference

SourceSKILL.md
37agent-browser open https://example.com && agent-browser wait --load networkidle && agent-browser snapshot -i
low line 43

External URL reference

SourceSKILL.md
43agent-browser open https://example.com && agent-browser wait --load networkidle && agent-browser screenshot page.png
low line 109

External URL reference

SourceSKILL.md
109agent-browser open https://example.com/signup
low line 123

External URL reference

SourceSKILL.md
123agent-browser open https://app.example.com/login
low line 133

External URL reference

SourceSKILL.md
133agent-browser open https://app.example.com/dashboard
low line 140

External URL reference

SourceSKILL.md
140agent-browser --session-name myapp open https://app.example.com/login
low line 145

External URL reference

SourceSKILL.md
145agent-browser --session-name myapp open https://app.example.com/dashboard
low line 149

External URL reference

SourceSKILL.md
149agent-browser --session-name secure open https://app.example.com
low line 161

External URL reference

SourceSKILL.md
161agent-browser open https://example.com/products
low line 174

External URL reference

SourceSKILL.md
174agent-browser --session site1 open https://site-a.com
low line 175

External URL reference

SourceSKILL.md
175agent-browser --session site2 open https://site-b.com
low line 187

External URL reference

SourceSKILL.md
187agent-browser --auto-connect open https://example.com
low line 198

External URL reference

SourceSKILL.md
198agent-browser --color-scheme dark open https://example.com
low line 201

External URL reference

SourceSKILL.md
201AGENT_BROWSER_COLOR_SCHEME=dark agent-browser open https://example.com
low line 210

External URL reference

SourceSKILL.md
210agent-browser --headed open https://example.com
low line 233

External URL reference

SourceSKILL.md
233agent-browser -p ios --device "iPhone 16 Pro" open https://example.com
low line 272

External URL reference

SourceSKILL.md
272agent-browser diff url https://staging.example.com https://prod.example.com --screenshot
low line 404

External URL reference

SourceSKILL.md
404"proxy": "http://localhost:8080",
low line 432

External URL reference

SourceSKILL.md
432./templates/form-automation.sh https://example.com/form
low line 433

External URL reference

SourceSKILL.md
433./templates/authenticated-session.sh https://app.example.com/login
low line 434

External URL reference

SourceSKILL.md
434./templates/capture-workflow.sh https://example.com ./output
Scanned on Jun 14, 2026
View Security Dashboard
Installation guide →