ui-test-webdriverio
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/run-tests.shexecutesnpx wdio run, which is the standard entry point for WebdriverIO tests. It uses environment variables (CONFIG) with safe defaults. - [SAFE]: The installation instructions in
README.mduse common shell scripts with standard flags (--tool,--lang). While they use-ExecutionPolicy Bypassin PowerShell, this is a standard requirement for local developer scripts and is scoped to the specific file. - [DATA_EXPOSURE]: The documentation in
references/setup-and-ci.mdexplicitly recommends best practices for security, such as keeping secrets, tokens, and environment-specific values out of version control and using.gitignorefor reports. - [PROMPT_INJECTION]: The prompts in
prompts/ui-test-webdriverio.mdare focused on structured QA engineering and do not contain any instructions to bypass AI safety filters or reveal system prompts. - [REMOTE_CODE_EXECUTION]: No remote downloads or piping of external URLs to shell interpreters were found. Dependencies are managed via standard package managers (npx).
Audit Metadata