finviz-screener
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/open_finviz_screener.pyusessubprocess.run()to open Google Chrome or the system default browser via system commands (openon macOS,google-chrome/chromium-browser/xdg-openon Linux). This behavior is benign as it is the core mechanism needed to accomplish the skill's purpose (opening the stock screener in a browser). Tight regular expressions (_TOKEN_RE,_SLUG_RE,_ORDER_RE) sanitize inputs and enforce strict token matching before anything is placed in a shell context or the URL parameters.
Audit Metadata