agent-sandbox
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides logic to execute shell commands using Node.js
execSyncwithin a local or Docker-based sandbox environment. Evidence: Found in theexecmethods of bothAgentSandboxandDockerSandbox. - [COMMAND_EXECUTION]: Security is enforced through a blocklist of restricted shell commands and patterns to prevent destructive actions or unauthorized access. Evidence: Defined in the
DEFAULT_BLOCKEDarray insandbox.ts. - [DATA_EXFILTRATION]: Path restriction logic is implemented to prevent the agent from accessing sensitive directories or escaping the designated workspace. Evidence:
checkPathAllowedmethod and thedeniedPathsconfiguration insandbox.ts. - [EXTERNAL_DOWNLOADS]: The container-based strategy utilizes well-known Docker images from official registries to provide an isolated runtime. Evidence: Default use of
node:20-sliminDockerSandbox.
Audit Metadata