Skip to main content

android-device-automation

Automates Android devices using vision-driven commands, enabling interaction through natural language and screenshots without needing DOM access.

Install this skill

or
80/100

Security score

The android-device-automation skill was audited on May 12, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 35

Access to .env file

SourceSKILL.md
35Midscene 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 220

Access to .env file

SourceSKILL.md
220| **API key error** | Check `.env` file contains `MIDSCENE_MODEL_API_KEY=<your-key>`. See [Model Configuration](https://midscenejs.com/zh/model-common-config.html). |
low line 13

External URL reference

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

External URL reference

SourceSKILL.md
40MIDSCENE_MODEL_BASE_URL="https://..."
low line 49

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
78If 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 94

External URL reference

SourceSKILL.md
94npx -y @midscene/android@1 launch --uri https://www.ebay.com
low line 150

External URL reference

SourceSKILL.md
150"url": "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png"
low line 220

External URL reference

SourceSKILL.md
220| **API key error** | Check `.env` file contains `MIDSCENE_MODEL_API_KEY=<your-key>`. See [Model Configuration](https://midscenejs.com/zh/model-common-config.html). |
Scanned on May 12, 2026
View Security Dashboard
Installation guide →