selenium-cucumber-expert
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Node.js utility script (
scripts/scaffold-selenium-bdd.mjs) designed to automate the creation of a Java Maven project structure. The script performs local file system operations to create directories and write boilerplate code for Page Objects, Step Definitions, and configuration files based on the user's requirements. - [EXTERNAL_DOWNLOADS]: The project templates and documentation recommend the use of
WebDriverManager(io.github.bonigarcia:webdrivermanager), a standard industry tool that automates the download of browser driver binaries (e.g., Chromedriver) from official sources at runtime. - [EXTERNAL_DOWNLOADS]: The CI/CD reference documentation (
references/ci-cd.md) suggests integrating with official GitHub Actions (actions/checkout,actions/setup-java) and using official Selenium Docker images (selenium/hub,selenium/node-chrome) for remote test execution.
Audit Metadata