Use SandboxFusion to run and judge LLM-generated code in controlled sandboxes across many languages and benchmark-style evaluation tasks.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill evaluate-model-generated-code-execution-with-sandboxfusion --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Evaluate Model Generated Code Execution With Sandboxfusion?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-evaluate-model-generated-code-execution-with-sandb)More formats (shields.io, HTML) on the badges page.
---
name: "Evaluate model-generated code execution with SandboxFusion"
slug: "evaluate-model-generated-code-execution-with-sandboxfusion"
description: "Use SandboxFusion to run and judge LLM-generated code in controlled sandboxes across many languages and benchmark-style evaluation tasks."
github_stars: 1022
verification: "security_reviewed"
source: "https://github.com/bytedance/SandboxFusion"
author: "ByteDance"
publisher_type: "Open Source Project"
category: "Security & Verification"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "bytedance/SandboxFusion"
github_stars: 1022
---
# Evaluate model-generated code execution with SandboxFusion
Use SandboxFusion to run and judge LLM-generated code in controlled sandboxes across many languages and benchmark-style evaluation tasks.
## Prerequisites
Docker, or conda and Poetry for manual installation
## Installation
Use the upstream install or setup path that matches your environment:
- docker build -f ./scripts/Dockerfile.base -t code_sandbox:base .
- docker build -f ./scripts/Dockerfile.server -t code_sandbox:server .
- docker run -d --rm -p 8080:8080 code_sandbox:server make run-online
- conda create -n sandbox -y python=3.12
Requirements and caveats from upstream:
- Python (python, pytest)
- Python (GPU)
- **Online Judge**: Implementation of Evaluation & RL datasets that requires code running
Basic usage or getting-started notes:
- **Code Runner**: Run and return the result of a code snippet
- Build the image locally:
- sed -i '1s/.*/FROM code_sandbox:base/' ./scripts/Dockerfile.server
- Source: https://github.com/bytedance/SandboxFusion
- Extracted from upstream docs: https://raw.githubusercontent.com/bytedance/SandboxFusion/HEAD/README.md
## Documentation
- https://bytedance.github.io/SandboxFusion/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/evaluate-model-generated-code-execution-with-sandboxfusion/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!