{"id":51076959,"url":"https://github.com/zozo123/sandboxes-why-how-when","last_synced_at":"2026-06-23T15:01:59.461Z","repository":{"id":361838867,"uuid":"1256059972","full_name":"zozo123/sandboxes-why-how-when","owner":"zozo123","description":"The Sandbox Shift — a vendor-neutral field guide to why, when \u0026 how to use execution sandboxes for AI-written code, with an interactive decider.","archived":false,"fork":false,"pushed_at":"2026-06-01T12:56:51.000Z","size":278,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T14:22:03.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zozo123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-01T12:27:39.000Z","updated_at":"2026-06-01T12:57:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zozo123/sandboxes-why-how-when","commit_stats":null,"previous_names":["zozo123/sandboxes-why-how-when"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zozo123/sandboxes-why-how-when","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozo123%2Fsandboxes-why-how-when","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozo123%2Fsandboxes-why-how-when/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozo123%2Fsandboxes-why-how-when/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozo123%2Fsandboxes-why-how-when/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zozo123","download_url":"https://codeload.github.com/zozo123/sandboxes-why-how-when/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozo123%2Fsandboxes-why-how-when/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34694786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-23T15:01:58.663Z","updated_at":"2026-06-23T15:01:59.454Z","avatar_url":"https://github.com/zozo123.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Sandbox Shift\n\nA concise, vendor-neutral field guide to **why, when, and how** to use execution sandboxes\nfor AI-authored code — with an interactive *\"do you need a sandbox?\"* decider.\n\n\u003e Docker made code **portable**. Sandboxes make code **safe to run** — because the author is no\n\u003e longer a human you trust. Generation got cheap; **safe execution is the new bottleneck.**\n\nIt's a single static page. No build step, no framework, no tracking, no cookies.\n\n## What's inside\n\n- **Thesis** — containers vs sandboxes: the assumption that flipped.\n- **Act ① Why** — untrusted author, blast radius, reproducibility, parallelism, state control.\n- **Act ② When** — the lifecycle (exec → dev → CI → evals/RL → prod) and the inside-VPC vs\n  outside/public-ephemeral trust boundary, as a 2×2.\n- **Interactive decider** — four questions → a live verdict, recommended isolation tier\n  (highlighted on the ladder), and placement. Pure JS, runs entirely in your browser.\n- **Act ③ How** — the isolation ladder (subprocess → namespaces → container → gVisor →\n  microVM → full VM) and the operating patterns that apply at every tier.\n- **Objections** — honest answers to \"isn't this just containers / a VM / hype?\"\n\n## Files\n\n| File | Role |\n|------|------|\n| `index.html` | Structure + content + social meta |\n| `styles.css` | Editorial / infographic design system |\n| `script.js`  | Scroll reveals, back-to-top, the decider (no deps) |\n| `.nojekyll`  | Tells GitHub Pages to serve files as-is |\n| `og.png`     | 1200×630 social-share card (Open Graph / Twitter) |\n| `og-card.html` | Source for `og.png` — re-render with headless Chrome |\n\nRegenerate the share card after editing `og-card.html`:\n\n```bash\n\"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome\" \\\n  --headless=new --disable-gpu --window-size=1200,630 --virtual-time-budget=4000 \\\n  --screenshot=\"$PWD/og.png\" \"file://$PWD/og-card.html\"\n```\n\n## Run locally\n\n```bash\npython3 -m http.server 8765\n# open http://localhost:8765\n```\n\nOr just open `index.html` directly.\n\n## Deploy to GitHub Pages\n\n1. Push these files to a repo (root).\n2. **Settings ▸ Pages ▸ Build and deployment** → *Deploy from a branch* → branch `main`, folder `/ (root)`.\n3. Done. `.nojekyll` is already included so the assets serve untouched.\n\n## Credits\n\nDesign and storytelling inspired by [`zozo123/intel-story`](https://github.com/zozo123/intel-story).\nVendor-neutral by design — providers are named only as a landscape, not a recommendation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzozo123%2Fsandboxes-why-how-when","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzozo123%2Fsandboxes-why-how-when","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzozo123%2Fsandboxes-why-how-when/lists"}