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.sh executes npx 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.md use common shell scripts with standard flags (--tool, --lang). While they use -ExecutionPolicy Bypass in 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.md explicitly recommends best practices for security, such as keeping secrets, tokens, and environment-specific values out of version control and using .gitignore for reports.
  • [PROMPT_INJECTION]: The prompts in prompts/ui-test-webdriverio.md are 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
Risk Level
SAFE
Analyzed
Aug 14, 2026, 02:59 PM
Security Audit — agent-trust-hub — ui-test-webdriverio