selenium-skill

Pass

Audited by Gen Agent Trust Hub on Feb 26, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill includes scripts/scaffold-project.sh, a utility script designed to create a standard Selenium project structure. The script uses shell commands like mkdir and cat with proper variable quoting to handle user-provided project names safely.
  • [CREDENTIALS_UNSAFE]: All cloud integration examples (Java, Python, JS, C#, Ruby, PHP) demonstrate the use of environment variables such as LT_USERNAME and LT_ACCESS_KEY to authenticate with the LambdaTest hub, avoiding hardcoded secrets.
  • [EXTERNAL_DOWNLOADS]: The skill references official and well-known services, specifically the LambdaTest Selenium hub (hub.lambdatest.com) and standard package registries (Maven Central, NPM, PyPI, etc.) for downloading WebDriver dependencies.
  • [SAFE]: The code patterns provided are industry-standard for Selenium WebDriver and include essential safety practices such as using explicit waits instead of Thread.sleep() and ensuring driver.quit() is called for cleanup.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 26, 2026, 07:47 AM