{"id":51077003,"url":"https://github.com/zozo123/sandbox-landscape","last_synced_at":"2026-06-23T15:02:08.198Z","repository":{"id":358059344,"uuid":"1239749721","full_name":"zozo123/sandbox-landscape","owner":"zozo123","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-15T14:38:36.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-15T15:09:19.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-15T12:00:28.000Z","updated_at":"2026-05-15T14:38:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zozo123/sandbox-landscape","commit_stats":null,"previous_names":["zozo123/sandbox-landscape"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zozo123/sandbox-landscape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozo123%2Fsandbox-landscape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozo123%2Fsandbox-landscape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozo123%2Fsandbox-landscape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozo123%2Fsandbox-landscape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zozo123","download_url":"https://codeload.github.com/zozo123/sandbox-landscape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozo123%2Fsandbox-landscape/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:02:06.867Z","updated_at":"2026-06-23T15:02:08.185Z","avatar_url":"https://github.com/zozo123.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Sandbox Landscape\n\nA living static website for mapping AI agent sandbox choices across evals, GitHub Actions, post-training/RL rollouts, generated-code execution, long-running coding agents, auto-healing workflows, and production-adjacent automation.\n\nThe central claim:\n\n```text\nYou are not buying a sandbox.\nChoose the execution contract first:\npermissions, isolation, reset, state, scale, secrets, evidence, and stop conditions.\n```\n\nFor each workload, ask:\n\n```text\n1. How dangerous is the code?\n2. How long does it run?\n3. Does state need to survive?\n4. Does it need GitHub/CI integration?\n5. Does it need GPU / RL / post-training scale?\n6. Does it need auto-healing / retries / orchestration?\n7. Does it need enterprise credential control?\n```\n\n## Local Preview\n\nThis is a dependency-free static site.\n\n```bash\npython3 -m http.server 8000\n```\n\nThen open:\n\n```text\nhttp://localhost:8000\n```\n\n## Repo Structure\n\n```text\nindex.html                 Static website\nog-image.html              Source for the generated social preview image\nog-image.png               Open Graph / LinkedIn / Twitter preview image\nstyles.css                 Site styling\nscript.js                  Matrix filtering and execution atlas canvas\nDESIGN.md                  Visual philosophy and accessibility notes\nBENCHMARKS.md              Benchmark methodology and disclosure template\nPROMPT.md                  Prompt provenance and agent disclosure\nAGENTS.md                  Compact operating brief for future coding agents\nLAUNCH.md                  Hacker News copy and launch checklist\n.github/workflows/pages.yml GitHub Pages deployment workflow\n```\n\n## Benchmark Policy\n\nBenchmarks added to this repo should be created from public information and reproducible experiments only. Each benchmark must disclose:\n\n- Public sources used.\n- Prompt used.\n- Agent/model used.\n- Date run.\n- Commit SHA.\n- Environment configuration.\n- Harness code.\n- Raw logs and artifacts.\n- Scoring rubric.\n- Human edits or exclusions.\n\nSee [BENCHMARKS.md](BENCHMARKS.md).\n\n## Official Links\n\nThe website includes official links and public cost signals for the products, docs, and repositories mentioned in the matrix, including Crabbox, exe.dev, ComputeSDK benchmarks, and additional sandbox providers to watch. Keep those links pointed at public vendor pages, pricing pages, docs, benchmark pages, or canonical open-source repositories.\n\nCost notes are snapshots from public pricing pages. Recheck pricing before using the site for vendor selection or benchmarks.\n\nThe page also links to [officialskills.sh](https://officialskills.sh/) as an adjacent agent-skills registry. This repo is focused on execution boundaries and sandbox infrastructure, not skill packaging.\n\nThe repo includes local `.agents/skills` installs for accessibility, canvas-design, and algorithmic-art so future agents can keep UI work constrained to accessibility, visual clarity, and deterministic generative graphics.\n\n## GitHub Pages\n\nThe workflow in `.github/workflows/pages.yml` deploys the static site from the repository root.\n\nWhen changing the social preview, update `og-image.html`, regenerate `og-image.png`, and verify the deployed `og:image` metadata.\n\nAfter pushing to `main`, enable GitHub Pages in the repository settings if GitHub has not enabled it automatically:\n\n```text\nSettings -\u003e Pages -\u003e Build and deployment -\u003e GitHub Actions\n```\n\nExpected public URL after deployment:\n\n```text\nhttps://zozo123.github.io/sandbox-landscape/\n```\n\n## Hacker News Launch\n\nThe Hacker News title, submit link, first comment, and checklist live in [LAUNCH.md](LAUNCH.md).\n\n## Feedback\n\nFor corrections, additions, or to be considered for inclusion, reach out on LinkedIn:\n\n```text\nhttps://www.linkedin.com/in/yossi-eliaz\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzozo123%2Fsandbox-landscape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzozo123%2Fsandbox-landscape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzozo123%2Fsandbox-landscape/lists"}