webdriverio-skill
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official WebdriverIO service packages including
@wdio/visual-serviceand@wdio/lambdatest-service. These are standard extensions for the testing framework and originate from trusted sources. - [COMMAND_EXECUTION]: The skill documentation provides instructions for standard test execution commands, such as
npm init wdio@latestandnpx wdio run, which are required for the framework's operation. - [SAFE]: Cloud authentication is handled securely by referencing environment variables (
LT_USERNAME,LT_ACCESS_KEY) rather than using hardcoded credentials. - [SAFE]: The network operations demonstrated in the examples, such as calling
fetch()within theloginViaApicommand, are directed at the user-configuredbaseUrland represent standard end-to-end testing practices.
Audit Metadata