Skip to main content

ios-device-automation

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

Install this skill

or
81/100

Security score

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

Categories Tested

Security Issues

medium line 28

Access to .env file

SourceSKILL.md
28Midscene 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 156

Access to .env file

SourceSKILL.md
156- Check `.env` file contains `MIDSCENE_MODEL_API_KEY=<your-key>`.
low line 10

External URL reference

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

External URL reference

SourceSKILL.md
33MIDSCENE_MODEL_BASE_URL="https://..."
low line 42

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
71If 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 146

External URL reference

SourceSKILL.md
146- See https://midscenejs.com/zh/usage-ios.html for setup instructions.
low line 157

External URL reference

SourceSKILL.md
157- See https://midscenejs.com/zh/model-common-config.html for details.
Scanned on Mar 7, 2026
View Security Dashboard