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
82/100

Security score

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

Categories Tested

Security Issues

medium line 29

Access to .env file

SourceSKILL.md
29Midscene 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 152

Access to .env file

SourceSKILL.md
152| **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 11

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
72If 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 152

External URL reference

SourceSKILL.md
152| **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 Mar 7, 2026
View Security Dashboard