agent-browser-with-camoufox
Audited by Socket on Mar 5, 2026
2 alerts found:
AnomalySecurityThe script is a powerful, multi-step installer intended to integrate camoufox with agent-browser by performing external downloads, global installations, and source-code patches. While functionally cohesive for setting up a customized workflow, it presents notable security and supply-chain risks: remote installer execution without verification, potential tampering with global npm packages, cloning and patching external repositories without explicit user consent, and aggressive file/system changes. There is no evidence of malicious intent embedded as backdoors, but the lack of integrity checks, opaque patching logic, and broad filesystem/network access create meaningful attack surface for supply-chain abuse or misconfiguration. Recommend tightening: add integrity checks (signatures, hashes), require user consent for patches and global installs, pin versions, limit filesystem scope, audit patched code, and consider sandboxed build steps with clear rollback capabilities.
The workflow describes a technically coherent yet high-risk deployment enabling camoufox-based anti-detection browsing integrated with agent-browser. The use of remote install scripts, multi-language toolchains, and system-binary replacements raises substantial supply-chain and security concerns. Stronger controls are needed: signed/artifact-verification, pinned versions, minimal/verified privilege scope, and a shift away from curl|sh for critical components. Overall risk is high due to external dependencies and broad system modifications; malware likelihood remains low in this fragment but the risk surface is substantial.