selenium
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install standard, well-known libraries including
robotframework-seleniumlibraryandwebdriver-managerusing the Python package manager. - [COMMAND_EXECUTION]: Includes instructions for the user to execute shell commands such as
pip installfor dependency management andchmod +xto set executable permissions for local WebDriver binaries (e.g., chromedriver, geckodriver) as part of the environment setup. - [REMOTE_CODE_EXECUTION]: The skill utilizes the Robot Framework
Evaluatekeyword in several files (e.g.,assets/examples/selenium-grid.robot,references/webdriver-setup.md) to dynamically instantiate Python objects and configure Selenium WebDriver options. - [REMOTE_CODE_EXECUTION]: Provides extensive documentation on using the
Execute JavaScriptkeyword to run arbitrary JavaScript code within the context of the automated browser session, which is a standard requirement for interacting with dynamic web applications.
Audit Metadata