sandbox-migrate-to-next
Migrate Cloudflare Sandbox Apps to SDK 1.0
Stable Sandbox applications require coordinated API, image, and deployment changes for SDK 1.0. This skill performs the migration and validates the result.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "sandbox-migrate-to-next" from https://skillstore.io/skills/cloudflare-sandbox-migrate-to-next.md and its manifest at https://skillstore.io/api/skills/cloudflare-sandbox-migrate-to-next/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "sandbox-migrate-to-next". Review this stable Sandbox project for SDK 1.0 migration.
Expected outcome:
Migration report: transport settings and two session APIs require removal. Three command sites need process handles. Production rollout approval remains pending.
Using "sandbox-migrate-to-next". Migrate command execution and validate the result.
Expected outcome:
- Converted string commands to explicit argv process launches.
- Added output collection and completion waits.
- Type checking and process smoke tests passed.
Using "sandbox-migrate-to-next". Prepare the migrated application for production.
Expected outcome:
Staging validation passed with matching preview versions. Immediate rollout can interrupt active work, so production deployment is awaiting explicit approval.
Security Audit
SafeAll 80 static findings are false positives caused by Markdown formatting, official documentation links, or Cloudflare Sandbox SDK examples. No prompt injection, credential exposure, unsafe input interpolation, or malicious intent was found.
Risk Factors
โก Contains scripts (7)
โ๏ธ External commands (50)
๐ Network access (11)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/cloudflare-sandbox-migrate-to-next/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/cloudflare-sandbox-migrate-to-next?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/cloudflare-sandbox-migrate-to-next?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/cloudflare-sandbox-migrate-to-next/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/cloudflare-sandbox-migrate-to-next.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
cloudflare. (2026). sandbox-migrate-to-next security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/cloudflare-sandbox-migrate-to-next/audits/1BibTeX citation
@techreport{cloudflare-cloudflare-sandbox-migrate-to-next-2026,
author = {cloudflare},
title = {sandbox-migrate-to-next security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/cloudflare-sandbox-migrate-to-next/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "sandbox-migrate-to-next security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "cloudflare"
date-released: "2026-08-09"
url: "https://skillstore.io/skills/cloudflare-sandbox-migrate-to-next/audits/1"
identifiers:
- type: other
value: "skillstore:cloudflare-sandbox-migrate-to-next:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Upgrade an Existing Application
Audit and migrate a stable Sandbox application to the SDK 1.0 preview.
Prepare a Production Cutover
Coordinate matching Worker and container versions, staging checks, and immediate rollout.
Review Migration Readiness
Identify deprecated APIs, incompatible process assumptions, and unresolved deployment decisions.
Try These Prompts
Review this project for migration from stable Cloudflare Sandbox to SDK 1.0 preview. List required changes and decisions before editing.
Migrate this Sandbox project to @cloudflare/sandbox@next. Update package, image, APIs, and tests. Stop before any production deployment.
Replace stable process, session, and terminal APIs with preview equivalents. Preserve behavior and validate command completion, timeouts, and cleanup.
Audit the full migration, verify matching preview versions, test staging, and present production risks. Deploy only after I approve immediate container rollout.
Best Practices
- Keep the Worker package and container image on the same preview version.
- Use installed preview types and current Cloudflare migration documentation.
- Validate in staging and obtain explicit approval before immediate production rollout.
Avoid
- Do not mix stable and preview control protocols during deployment.
- Do not treat process creation as command completion.
- Do not place live secrets in Sandbox environment variables.
Frequently Asked Questions
Which projects should use this skill?
Does it support new Sandbox projects?
Why must the package and image versions match?
Can the migration use gradual container rollout?
Will the skill deploy to production automatically?
How does command execution change?
Developer Details
Author
cloudflareLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
6579b2de2798869458837aa6611e7bc1d7ed9127
Maintenance freshness
8/10/2026
Usage
0 downloads ยท 0 views
File structure
๐ SKILL.md