agent-browser
Automates browser tasks for AI agents, enabling testing, data extraction, and web app validation efficiently.
Install this skill
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
Template literal with variable interpolation in command context
| 64 | ```bash |
Template literal with variable interpolation in command context
| 186 | ```bash |
Curl to non-GitHub URL
| 82 | if ! curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then |
Curl to non-GitHub URL
| 90 | if curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then |
Curl to non-GitHub URL
| 97 | curl -fsS http://127.0.0.1:9223/json/version | rg webSocketDebuggerUrl |
Curl to non-GitHub URL
| 131 | if ! curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then |
Curl to non-GitHub URL
| 139 | if curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then |
Curl to non-GitHub URL
| 146 | curl -fsS http://127.0.0.1:9223/json/version | rg webSocketDebuggerUrl |
External URL reference
| 82 | if ! curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then |
External URL reference
| 90 | if curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then |
External URL reference
| 97 | curl -fsS http://127.0.0.1:9223/json/version | rg webSocketDebuggerUrl |
External URL reference
| 98 | agent-browser connect http://127.0.0.1:9223 |
External URL reference
| 128 | With the Open Design preview at `http://127.0.0.1:17573/`, run: |
External URL reference
| 131 | if ! curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then |
External URL reference
| 139 | if curl -fsS http://127.0.0.1:9223/json/version | rg -q webSocketDebuggerUrl; then |
External URL reference
| 146 | curl -fsS http://127.0.0.1:9223/json/version | rg webSocketDebuggerUrl |
External URL reference
| 147 | agent-browser connect http://127.0.0.1:9223 |
External URL reference
| 148 | agent-browser open http://127.0.0.1:17573/ |
External URL reference
| 164 | 4. Connect with `agent-browser connect http://127.0.0.1:9223`. |