rf-selenium
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of
robotframework-seleniumlibraryandwebdriver-managervia the standard Python package manager (pip). It also provides links to official WebDriver download pages for Chrome, Firefox, and Edge. - [REMOTE_CODE_EXECUTION]: The documentation includes extensive guides on using the
Execute JavaScriptandExecute Async Javascriptkeywords. These allow the agent to run code within the browser context, which is an essential and standard function for web automation and testing. - [COMMAND_EXECUTION]: The skill provides examples of using the
Evaluatekeyword to execute Python expressions for data handling (such as Base64 encoding) and theProcesslibrary'sStart Processkeyword to invoke external utilities likeffmpegfor screen recording. - [SAFE]: No malicious intent, obfuscation, hardcoded secrets, or persistence mechanisms were detected. The skill's behaviors and instructions are consistent with established best practices for Robot Framework development and web UI testing.
Audit Metadata