upload_to_sandbox
Upload files to a sandbox container's /tmp directory. Drop binaries or samples for Python analysis in an isolated environment.
Instructions
Upload a file into the sandbox container's /tmp directory. Useful for dropping binaries or samples for Python analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename (no path separators) — file will be placed at /tmp/<filename> | |
| content_base64 | Yes | File content encoded as base64 |