sandbox-agent

Fail

Audited by Runlayer on Mar 16, 2026

Risk Level: HIGH
Scan Summary
Max Score
97%
Files
41
Flagged
34
Chunks
44
Flagged Files (34)
sandbox-agent/references/deploy/boxlite.mdHIGH
96.8%

Data Exfiltration

Supply Chain Compromise

sandbox-agent/references/telemetry.mdHIGH
94.8%

Malicious tool definition detected

Disable it with: ```bash sandbox-agent server --no-telemetry ```

sandbox-agent/references/deploy/e2b.mdHIGH
92.7%

Shadow Persistence

Supply Chain Compromise

sandbox-agent/references/deploy/daytona.mdHIGH
91.8%

Supply Chain Compromise

sandbox-agent/references/deploy/foundry-self-hosting.mdHIGH
91.5%

Risky tool definition detected

For `.env.development` and `.env.development.local`, store `GITHUB_APP_PRIVATE_KEY` as a quoted single-line value with ` ` escapes instead of raw multi-line PEM text.

sandbox-agent/SKILL.mdHIGH
91.2%

Data Exfiltration

Supply Chain Compromise

sandbox-agent/references/deploy/vercel.mdHIGH
90.8%

Data Exfiltration

Supply Chain Compromise

sandbox-agent/references/troubleshooting.mdHIGH
90.7%

Malicious tool definition detected

**Upgrade to Tier 3+** for full network access 2. **Contact Daytona support** to whitelist `api.anthropic.com` and `api.openai.com` for your organization The `networkAllowList` parameter only works on Tier 3+: ```typescript await daytona.create({ snapshot: "my-snapshot", envVars: { ANTHROPIC_API_KEY: "..." }, networkAllowList: "api.anthropic.com,api.openai.com", // Tier 3+ only }); ``` See [Daytona Network Limits documentation](https://www.daytona.io/docs/en/network-limits/) for details.

sandbox-agent/references/deploy/docker.mdHIGH
90.5%

Supply Chain Compromise

sandbox-agent/references/quickstart.mdMEDIUM
89.8%

Data Exfiltration

sandbox-agent/references/opencode-compatibility.mdMEDIUM
88.9%

Malicious tool definition detected

- OpenCode CLI (`opencode attach`) - OpenCode web UI - OpenCode TypeScript SDK (`@opencode-ai/sdk`) ## Quick start ### OpenCode CLI / TUI ```bash sandbox-agent opencode --port 2468 --no-token ``` Or start server + attach manually: ```bash sandbox-agent server --no-token --host 127.0.0.1 --port 2468 opencode attach http://localhost:2468/opencode ``` With authentication enabled: ```bash sandbox-agent server --token "$SANDBOX_TOKEN" --host 127.0.0.1 --port 2468 opencode attach http://localhost:2468

sandbox-agent/references/pi-support-plan.mdMEDIUM
88.8%

Tool passed security scan

Malicious tool definition detected

sandbox-agent/references/attachments.mdMEDIUM
88.0%

Risky tool definition detected

```bash cURL curl -X PUT "http://127.0.0.1:2468/v1/fs/file?path=./uploads/data.csv" \ --data-binary @./data.csv ``` The upload response returns the absolute path.

sandbox-agent/references/deploy/cloudflare.mdMEDIUM
85.7%

Supply Chain Compromise

Supply Chain Compromise

sandbox-agent/references/ai/llms-txt.mdMEDIUM
84.1%

Malicious tool definition detected

sandbox-agent/references/credentials.mdMEDIUM
83.0%

Data Exfiltration

sandbox-agent/references/manage-sessions.mdMEDIUM
82.4%

Shadow Persistence

Supply Chain Compromise

sandbox-agent/references/deploy/local.mdMEDIUM
81.9%

Supply Chain Compromise

sandbox-agent/references/processes.mdMEDIUM
81.5%

Privilege Escalation

Destructive Action

Resource Abuse

Shadow Persistence

sandbox-agent/references/observability.mdMEDIUM
81.3%

Malicious tool definition detected

sandbox-agent/references/ai/skill.mdMEDIUM
80.0%

Malicious tool definition detected

To add it to an agent using the Skills CLI: #### npx ```bash npx skills add rivet-dev/skills -s sandbox-agent ``` #### bunx ```bash bunx skills add rivet-dev/skills -s sandbox-agent ``` If you run a reverse proxy in front of the docs, make sure `/skill.md` and `/.well-known/skills/*` are forwarded to Mintlify.

sandbox-agent/references/architecture.mdMEDIUM
76.2%

Malicious tool definition detected

This extra hop is recommended because it keeps auth/token logic on the backend and makes persistence simpler.

sandbox-agent/references/sdk-overview.mdLOW
74.5%

Supply Chain Compromise

sandbox-agent/references/session-transcript-schema.mdLOW
74.1%

Malicious tool definition detected

The sandbox-agent converts these into a universal event schema, giving you a consistent session transcript regardless of which agent you use. The schema is defined in [OpenAPI format](https://github.com/rivet-dev/sandbox-agent/blob/main/docs/openapi.json). See the [HTTP API Reference](/api-reference) for endpoint documentation.

sandbox-agent/references/custom-tools.mdLOW
70.0%

Malicious tool definition detected

sandbox-agent/references/deploy/computesdk.mdLOW
69.3%

Tool passed security scan

sandbox-agent/references/session-restoration.mdLOW
68.8%

Tool passed security scan

sandbox-agent/references/inspector.mdLOW
67.4%

Tool passed security scan

sandbox-agent/references/file-system.mdLOW
65.3%

Tool passed security scan

sandbox-agent/references/agent-capabilities.mdLOW
64.7%

Tool passed security scan

sandbox-agent/references/session-persistence.mdLOW
64.4%

Tool passed security scan

sandbox-agent/references/cli.mdLOW
57.9%

Tool passed security scan

sandbox-agent/references/daemon.mdLOW
53.6%

Tool passed security scan

sandbox-agent/references/skills-config.mdLOW
50.1%

Tool passed security scan

Passed Files (7)Click to expand
sandbox-agent/references/cors.mdOK
39.9%

Tool passed security scan

sandbox-agent/references/multiplayer.mdOK
38.6%

Tool passed security scan

sandbox-agent/references/gigacode.mdOK
37.8%

Tool passed security scan

sandbox-agent/references/agent-sessions.mdOK
34.8%

Tool passed security scan

sandbox-agent/references/security.mdOK
33.6%

Tool passed security scan

sandbox-agent/references/mcp-config.mdOK
24.5%

Tool passed security scan

sandbox-agent/references/react-components.mdOK
11.1%

Tool passed security scan

Audit Metadata
Max File Score
97%
Classification
KNOWN_SERVER_PARTIAL_KNOWN
Files Scanned
41
Files Flagged
34
Chunks Analyzed
44
Analyzed
Mar 16, 2026, 05:41 AM
Security Audit — runlayer — sandbox-agent