cloudflare-python-workers
Warn
Audited by Socket on Sep 4, 2026
1 alert found:
AnomalyAnomalytemplates/workflow-example.py
LOWAnomalyLOW
templates/workflow-example.py
No clear indicators of intentional malware (no credential theft, persistence, obfuscation, or command execution are present in this fragment). The primary security concern is that untrusted input can directly control an outbound `fetch(url)` target via `payload.url`, creating an SSRF/unintended network access risk if exposed to adversaries and if egress controls are insufficient. Additionally, the HTTP start/status endpoints appear unprotected in this snippet and the JSON parsing error handling is overly broad, which may reduce detection and auditability.
Confidence: 66%Severity: 56%
Audit Metadata