Back to Developer Roadmap

Workers Security Model

src/data/roadmaps/cloudflare/content/workers-security-model@8IF7jftushwZrn7JXpC_v.md

4.0877 B
Original Source

Workers Security Model

Cloudflare Workers operate within a secure, isolated environment. The Workers runtime enforces strict security boundaries, preventing Workers from accessing sensitive data or interfering with other processes. Workers have limited access to the outside world and must explicitly request resources. Cloudflare's global network provides inherent DDoS protection and mitigates common web vulnerabilities. This secure execution environment ensures that Workers can safely process requests without compromising the overall security of the platform.

Visit the following resources to learn more: