cloudflare-vectorize
Audited by Socket on Sep 4, 2026
1 alert found:
AnomalyThe fragment does not show clear evidence of intentional malware/backdoor behavior, obfuscation, or direct system compromise. However, it has significant security-relevant application risks: (1) likely SSRF via server-side fetch of an attacker-supplied URL in POST /ingest/url with no visible allowlisting/validation, (2) potential data poisoning of the vector index through ingestion of attacker-controlled content/metadata, and (3) destructive deletion capability via DELETE /documents/:id that relies on docId-derived selection and is potentially severe if authentication/authorization is not enforced elsewhere. Additional concerns include regex-based HTML stripping brittleness, permissive CORS, and possible information leakage via error messages.