ghost-browser
Audited by Socket on Mar 6, 2026
1 alert found:
Obfuscated FileThe codebase is functionally consistent with an automation tool for social platforms and web scraping, but it embodies multiple risky design choices: requiring raw session cookies, providing explicit anti-detection/evasion capabilities, and enabling autonomous actions with significant real-world side effects. These characteristics make it highly abuse-prone (account takeover, impersonation, large-scale scraping and data collection) even though no explicit backdoor or network exfiltration was shown in the provided fragment. Recommend: do not supply real account cookies; prefer OAuth/API tokens where supported; add safeguards (consent, rate limits, audit logs); pin dependencies and verify downloaded binaries; and restrict or remove evasion features if the intent is benign automation or testing.