Skip to main content

computer-automation

Enables vision-driven desktop automation across macOS, Windows, and Linux using natural language commands and screenshots.

Install this skill

or
61/100

Security score

The computer-automation skill was audited on Jun 8, 2026 and we found 13 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 38

Access to .env file

SourceSKILL.md
38Midscene 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 124

Access to .env file

SourceSKILL.md
124- Treat RDP credentials as secrets: do not commit `.env` files containing `--password` to the repo; prefer `export RDP_PASSWORD=...` in the current shell and reference it as `--password "$RDP_PASSWORD
medium line 317

Access to .env file

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

Prompting for password/secret input

SourceSKILL.md
110- `--password <secret>` — RDP password. Prefer reading from an environment variable, secrets manager, or interactive prompt; never paste it into a shared transcript.
low line 15

External URL reference

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

External URL reference

SourceSKILL.md
43MIDSCENE_MODEL_BASE_URL="https://..."
low line 52

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
81If 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 186

External URL reference

SourceSKILL.md
186--image "https://example.com/reference.png" \
low line 213

External URL reference

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