camoufox-setup
Warn
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPRIVILEGE_ESCALATION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/setup_check.pyutilizes thesubprocess.runfunction to execute multiple installation and environment probing commands. These includepip installfor Python dependencies,npm installfor Node.js tools, and thecamoufoxCLI for binary management. - [EXTERNAL_DOWNLOADS]: The skill facilitates the download of software components from external sources that are not categorized as trusted vendors. This includes the
camoufoxpackage from PyPI and a custom, patched Firefox browser binary downloaded via thecamoufox fetchcommand from the project's own infrastructure. - [PRIVILEGE_ESCALATION]: The skill's documentation in
SKILL.mdandreferences/toolchain.mdadvises the user or agent to usesudofor administrative tasks, such as installing system-level packages likexvfbviaapt-getor performing global NPM installations if standard permissions are insufficient.
Audit Metadata