Skip to main content

browser-automation

Automates web browsing and data extraction using vision-driven techniques, enabling interaction with web elements without DOM access.

Install this skill

or
50/100

Security score

The browser-automation skill was audited on May 12, 2026 and we found 20 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 60

Curl to non-GitHub URL

SourceSKILL.md
60curl -s --max-time 2 -o /dev/null -w "%{http_code}" -H "Upgrade: websocket" -H "Connection: Upgrade" -H "Sec-WebSocket-Version: 13" -H "Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==" http://127.0.0.1:92
medium line 63

Curl to non-GitHub URL

SourceSKILL.md
63curl -s --max-time 2 -o /dev/null -w "%{http_code}" http://127.0.0.1:3766/socket.io/?EIO=4&transport=polling
medium line 74

Access to .env file

SourceSKILL.md
74Midscene requires models with strong visual grounding capabilities. The following environment variables must be configured — either as system environment variables or in a `.env` file in the current w
medium line 291

Access to .env file

SourceSKILL.md
291- Check `.env` file contains `MIDSCENE_MODEL_API_KEY=<your-key>`.
high line 266

Prompting for password/secret input

SourceSKILL.md
2664. **Batch related operations into a single `act` command**: For example, fill the email and password fields, then click Log In in one prompt. Use separate commands when you need to inspect the interm
low line 20

External URL reference

SourceSKILL.md
20Powered by Midscene.js (https://midscenejs.com)
low line 60

External URL reference

SourceSKILL.md
60curl -s --max-time 2 -o /dev/null -w "%{http_code}" -H "Upgrade: websocket" -H "Connection: Upgrade" -H "Sec-WebSocket-Version: 13" -H "Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==" http://127.0.0.1:92
low line 63

External URL reference

SourceSKILL.md
63curl -s --max-time 2 -o /dev/null -w "%{http_code}" http://127.0.0.1:3766/socket.io/?EIO=4&transport=polling
low line 79

External URL reference

SourceSKILL.md
79MIDSCENE_MODEL_BASE_URL="https://..."
low line 88

External URL reference

SourceSKILL.md
88MIDSCENE_MODEL_BASE_URL="https://generativelanguage.googleapis.com/v1beta/openai/"
low line 97

External URL reference

SourceSKILL.md
97MIDSCENE_MODEL_BASE_URL="https://dashscope.aliyuncs.com/compatible-mode/v1"
low line 103

External URL reference

SourceSKILL.md
103# MIDSCENE_MODEL_BASE_URL="https://openrouter.ai/api/v1"
low line 111

External URL reference

SourceSKILL.md
111MIDSCENE_MODEL_BASE_URL="https://ark.cn-beijing.volces.com/api/v3"
low line 117

External URL reference

SourceSKILL.md
117If the model is not configured, ask the user to set it up. See [Model Configuration](https://midscenejs.com/model-common-config) for supported providers.
low line 126

External URL reference

SourceSKILL.md
126npx -y @midscene/web@1 connect --cdp ws://127.0.0.1:9222/devtools/browser --url https://example.com
low line 144

External URL reference

SourceSKILL.md
144npx -y @midscene/web@1 --bridge connect --url https://example.com
low line 153

External URL reference

SourceSKILL.md
153- Install the extension from Chrome Web Store: https://chromewebstore.google.com/detail/midscenejs/gbldofcpkknbggpkmbdaefngejllnief
low line 157

External URL reference

SourceSKILL.md
157- See the [Bridge Mode documentation](https://midscenejs.com/bridge-mode-by-chrome-extension.html).
low line 164

External URL reference

SourceSKILL.md
164npx -y @midscene/web@1 connect --url https://example.com
low line 214

External URL reference

SourceSKILL.md
214"url": "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png"
Scanned on May 12, 2026
View Security Dashboard
Installation guide →