xcuitest-skill

Pass

Audited by Gen Agent Trust Hub on Mar 5, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill references official LambdaTest API endpoints (manual-api.lambdatest.com and mobile-api.lambdatest.com) for uploading app files and triggering test builds. These are legitimate resources provided by the skill's author for its intended cloud-testing functionality.
  • [COMMAND_EXECUTION]: Provides standard command-line templates for xcodebuild and curl. These are used for running local tests and interacting with the vendor's API. The examples use environment variables ($LT_USERNAME, $LT_ACCESS_KEY) for authentication, which is a recommended security practice for automation scripts.
  • [SAFE]: The CI/CD examples for GitHub Actions utilize trusted, well-known actions (actions/checkout, actions/upload-artifact) and standard system configuration commands (xcode-select) necessary for a build environment.
  • [SAFE]: Code snippets for resetting simulator permissions via XCUIApplication targeting com.apple.Preferences are standard patterns in mobile UI testing to ensure deterministic test environments.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 5, 2026, 11:50 PM