Code Sandbox Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Code Sandbox Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) server for E2B code sandbox. This server provides tools to create, manage, and execute code in secure E2B sandboxes.
pip install code-sandbox-mcpOr using uv:
uv pip install code-sandbox-mcpAdd the following configuration to your MCP client settings JSON file (e.g., ~/.config/claude_desktop/claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor):
{
"mcpServers": {
"code-sandbox-mcp": {
"command": "uv",
"args": ["run", "code-sandbox-mcp"],
"env": {
"E2B_API_KEY": "your_api_key_here",
"E2B_DOMAIN": "your_domain_here"
}
}
}
}Replace your_api_key_here and your_domain_here with your actual E2B credentials.
Restart your MCP client to load the configuration. The tools will be available in your MCP-enabled application!
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.