Bun Cloudflare Workers Build and deploy Cloudflare Workers using Bun for development. Quick Start Secure Installation Scaffolding tools like download and execute remote code. Before running, follow supply chain security best practices: - Block post-install scripts — Bun disables them by default; allow specific packages via in - Cooldown period — Configure in to wait 7 days for new versions - Audit before installing — Run or use to check packages Load the skill for full security configuration including Socket CLI integration, cooldown setup, lockfile validation, and CI enforcement. Project Set…