实现流程依赖运行时获取的可变外部文档和示例
原文依据:6 处Skill 要求实现前获取网页,并优先参考远程仓库树和文档。这些内容不包含在已审计的 Skill 文件中,可能在安装后发生变化。
如果链接目标、仓库分支或上游内容被错误修改或入侵,代理可能把未经本次审计的指令或代码带入用户项目。已安装类型检查只能发现部分 API 类型问题,不能验证外部代码的安全意图。
这是为快速变化的预览版 SDK 核对最新 API 的正常文档检索流程。指令指向 Cloudflare 官方文档和官方 GitHub 仓库,并要求以本地安装的 `@next` 类型为准,可降低远程内容变化导致的误导。远程页面确实可能变化,但现有源码没有要求执行从网页取得的脚本、安装未知软件或提交凭据,因此仅凭这些链接不足以构成具体用户风险。用户仍可限制联网,并要求在采用远程示例前展示来源和改动。
这项判断针对展示的代码和适用条件,不表示风险已经实际发生。## 3. Retrieve — open the doc for the taskFetch the page before implementing. Installed `@next` types win over guesses.查看另外 5 个位置
Pointers only—not a full catalog. Prefer the repo tree and docs.https://github.com/cloudflare/sandbox-sdk/tree/next/examplesUse the **`next`** branch for `@cloudflare/sandbox@next`.**Prefer preview docs and installed `@next` types over memory.** APIs change; this skill is a gate, a contract, and a retrieval map—not a full manual.Fetch the page before implementing. Installed `@next` types win over guesses.Fetch the page for the task before implementing and check signatures against installed `@cloudflare/sandbox@next` types.