Skip to main content

agent-browser

Automates browser tasks for AI agents, enabling testing, data extraction, and web app validation efficiently.

Install this skill

or
49/100

Security score

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

Categories Tested

Security Issues

medium line 64

Template literal with variable interpolation in command context

SourceSKILL.md
64```bash
medium line 186

Template literal with variable interpolation in command context

SourceSKILL.md
186```bash
medium line 82

Curl to non-GitHub URL

SourceSKILL.md
82if ! curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then
medium line 90

Curl to non-GitHub URL

SourceSKILL.md
90if curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then
medium line 97

Curl to non-GitHub URL

SourceSKILL.md
97curl -fsS http://127.0.0.1:9223/json/version | rg webSocketDebuggerUrl
medium line 131

Curl to non-GitHub URL

SourceSKILL.md
131if ! curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then
medium line 139

Curl to non-GitHub URL

SourceSKILL.md
139if curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then
medium line 146

Curl to non-GitHub URL

SourceSKILL.md
146curl -fsS http://127.0.0.1:9223/json/version | rg webSocketDebuggerUrl
low line 82

External URL reference

SourceSKILL.md
82if ! curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then
low line 90

External URL reference

SourceSKILL.md
90if curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then
low line 97

External URL reference

SourceSKILL.md
97curl -fsS http://127.0.0.1:9223/json/version | rg webSocketDebuggerUrl
low line 98

External URL reference

SourceSKILL.md
98agent-browser connect http://127.0.0.1:9223
low line 128

External URL reference

SourceSKILL.md
128With the Open Design preview at `http://127.0.0.1:17573/`, run:
low line 131

External URL reference

SourceSKILL.md
131if ! curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then
low line 139

External URL reference

SourceSKILL.md
139if curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then
low line 146

External URL reference

SourceSKILL.md
146curl -fsS http://127.0.0.1:9223/json/version | rg webSocketDebuggerUrl
low line 147

External URL reference

SourceSKILL.md
147agent-browser connect http://127.0.0.1:9223
low line 148

External URL reference

SourceSKILL.md
148agent-browser open http://127.0.0.1:17573/
low line 164

External URL reference

SourceSKILL.md
1644. Connect with `agent-browser connect http://127.0.0.1:9223`.
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →