sandbox-bridge
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [Sandbox Bridge Interaction]: The skill interfaces with a Cloudflare-managed sandbox environment using an HTTP bridge. This allows for testing in a real deployment without requiring local resources.
- [Authenticated API Access]: Uses host-provided environment variables for credentials. It includes explicit instructions to pass authentication tokens via headers, which is a security best practice to prevent sensitive data from being logged.
- [Remote Capability Management]: Provides specific commands for managing the lifecycle of remote sandboxes and sessions, as well as executing commands and manipulating files within that isolated environment.
- [Data Handling]: Uses standard utilities like
jqandbase64to parse API responses and decode process output. This ensures that data retrieved from the sandbox is handled correctly.
Audit Metadata