Skip to main content

testing-mobile

Automates mobile app testing using frameworks like XCUITest and Espresso, ensuring UI reliability across devices with cloud integration.

Install this skill

or
82/100

Security score

The testing-mobile skill was audited on Mar 1, 2026 and we found 4 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 83

Curl to non-GitHub URL

SourceSKILL.md
832. **Upload and run tests on BrowserStack:** First, set env vars: `export BROWSERSTACK_ACCESS_KEY=your_key`. Then, use cURL: `curl -u "$BROWSERSTACK_USERNAME:$BROWSERSTACK_ACCESS_KEY" -X POST https://
low line 68

External URL reference

SourceSKILL.md
68- BrowserStack: Upload and run via API: POST to `https://api-cloud.browserstack.com/app-automate/espresso/v2` with JSON payload, using `$BROWSERSTACK_ACCESS_KEY` in headers.
low line 70

External URL reference

SourceSKILL.md
70- Sauce Labs: Use `sc run --device "iPhone 14" --app myapp.ipa` or API endpoint: `POST https://api.us-west-1.saucelabs.com/v1/{username}/jobs` with auth header `Authorization: Basic $SAUCE_ACCESS_KEY`
low line 83

External URL reference

SourceSKILL.md
832. **Upload and run tests on BrowserStack:** First, set env vars: `export BROWSERSTACK_ACCESS_KEY=your_key`. Then, use cURL: `curl -u "$BROWSERSTACK_USERNAME:$BROWSERSTACK_ACCESS_KEY" -X POST https://
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →