cloudflare-vectorize
Warn
Audited by Socket on Sep 15, 2026
1 alert found:
SecuritySecuritytemplates/document-ingestion.ts
MEDIUMSecurityMEDIUM
templates/document-ingestion.ts
The code does not show clear malicious intent or supply-chain malware. It is a legitimate document-ingestion Worker, but it exposes unauthenticated ingestion and deletion operations and contains a high-impact SSRF risk through POST /ingest/url. Missing input, URL, size, and resource validation can also enable denial of service and unexpected storage or AI costs. Deployment should require authentication and authorization, restrict outbound URLs and redirects, enforce strict limits and timeouts, validate identifiers and numeric parameters, and isolate deletion by namespace.
Confidence: 97%Severity: 82%
Audit Metadata