crawl4ai
Audited by Socket on Feb 16, 2026
1 alert found:
Obfuscated FileThis documentation accurately describes a powerful web-crawling SDK with expected features (browser automation, JS execution, session handling, proxying, schema/LLM extraction). There is no direct evidence of intentionally malicious code in the provided text, but several documented patterns materially increase risk: arbitrary js_code execution in page context, examples with hardcoded credentials, credentialed proxy examples, and forwarding scraped data to third-party LLMs. These features create realistic paths for credential theft or data exfiltration if misused or misconfigured. Recommend improving docs to remove hardcoded secrets from examples, add explicit security warnings, and adopt safer defaults (disable automatic LLM forwarding, warn about js_code risks).