Skip to main content

agent-browser

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

Install this skill

or
72/100

Security score

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

Categories Tested

Security Issues

low line 141

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
408Priority (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 19

External URL reference

SourceSKILL.md
19agent-browser open https://example.com/form
low line 36

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
108agent-browser open https://example.com/signup
low line 122

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
160agent-browser open https://example.com/products
low line 173

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
209agent-browser --headed open https://example.com
low line 232

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
403"proxy": "http://localhost:8080",
low line 431

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
433./templates/capture-workflow.sh https://example.com ./output
Scanned on Mar 1, 2026
View Security Dashboard