cloudflare-agents
Audited by Socket on Sep 15, 2026
2 alerts found:
Anomalyx2The fragment is a legitimate WebSocket chat and connection-management example with no apparent malware, payload execution, credential theft, suspicious network activity, or persistence. It has security weaknesses: authentication is disabled, sender identity is spoofable, incoming content is not validated or bounded, and participants are never removed on disconnect. These issues should be addressed before production use.
This module is not overtly malicious/obfuscated, but it is security-sensitive: it enables SSRF-like browsing and data extraction because attacker-controlled URLs are fed directly to page.goto, it returns scraped HTML/text (potential sensitive data disclosure), it can exfiltrate up to ~4000 chars of scraped HTML to OpenAI (privacy/data leakage risk), and it automates form submission with client-provided credentials (credential-stuffing/abuse potential). If exposed without strict URL allowlisting, authentication/authorization, and content controls, it should be treated as high-risk.