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

Security score

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

Categories Tested

Security Issues

medium line 34

Access to .env file

SourceSKILL.md
34Midscene 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 278

Access to .env file

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

External URL reference

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

External URL reference

SourceSKILL.md
39MIDSCENE_MODEL_BASE_URL="https://..."
low line 48

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
77If 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 99

External URL reference

SourceSKILL.md
99Use the built-in launch capability when you want to start from a known app or route before the rest of the task. Give it the most specific target you have, such as a bundle ID, web URL, deep link, or
low line 109

External URL reference

SourceSKILL.md
109This does not run an ADB command. On iOS, the underlying operation is an HTTP request to WebDriverAgent, typically `GET http://<wdaHost>:<wdaPort>/session/<sessionId>/wda/screen`.
low line 154

External URL reference

SourceSKILL.md
154--image "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" \
low line 181

External URL reference

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

External URL reference

SourceSKILL.md
268- See [https://midscenejs.com/usage-ios.html](https://midscenejs.com/ios-getting-started.html) for setup instructions.
low line 279

External URL reference

SourceSKILL.md
279- See https://midscenejs.com/zh/model-common-config.html for details.
Scanned on Jun 13, 2026
View Security Dashboard
Installation guide →