Cloudflare Worldedge community field guide

RETROSPECTIVE EDITION / 2026-04

Sandbox SDK:code を隔離し、intent を制限する

container isolation にも identity-scoped instance、command policy、timeout、network control、cleanup、current transport が必要です。

ISSUE
28 / 32
初回公開
SOURCE CHECK
Archive integrity

edition month は curriculum 上の位置です。本文の初回公開日は 2026-08-10 で、過去の公開・活動記録を装いません。

01 / DECISION

この primitive を選ぶ時

untrusted / generated code に isolated Linux environment が必要で Worker が boundary を制御する時に使います。

02 / ARCHITECTURE

最小で説明可能な path を作る

trust boundary ごとの sandbox、explicit session、command / egress allowlist、resource / time limit、external secret proxy、destroy を設計します。

  1. 01contract を定義

    untrusted / generated code に isolated Linux environment が必要で Worker が boundary を制御する時に使います。

  2. 02primitive を一つ追加

    trust boundary ごとの sandbox、explicit session、command / egress allowlist、resource / time limit、external secret proxy、destroy を設計します。

  3. 03failure evidence を残す

    forbidden command / destination、timeout / cleanup、session separation、secret exclusion を確認します。

03 / REPRODUCE

confidence の前に evidence

forbidden command / destination、timeout / cleanup、session separation、secret exclusion を確認します。

pnpm create cloudflare@latest my-sandbox --template=cloudflare/sandbox-sdk/examples/minimal

04 / BOUNDARY

Production boundary

isolation は arbitrary user intent の許可ではありません。current SDK migration guidance に従い browser automation は Browser Run に置きます。

05 / FIRST-PARTY SOURCES

一次資料を authoritative に保つ

product behavior、limit、pricing、availability は変わります。実行前に source を再確認してください。

01 / SOURCECloudflare Sandbox SDKhttps://developers.cloudflare.com/sandbox/02 / SOURCE2026 migration guidancehttps://developers.cloudflare.com/sandbox/guides/2026-deprecation/