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 likemkdirandcatwith 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_USERNAMEandLT_ACCESS_KEYto 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 ensuringdriver.quit()is called for cleanup.
Audit Metadata