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.comandmobile-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
xcodebuildandcurl. 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
XCUIApplicationtargetingcom.apple.Preferencesare standard patterns in mobile UI testing to ensure deterministic test environments.
Audit Metadata