flow-nexus-platform
Warn
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The
mcp__flow-nexus__sandbox_executetool enables the execution of arbitrary JavaScript and Python code within a sandbox environment, providing a high degree of control over the execution context. - [REMOTE_CODE_EXECUTION]: Tools such as
mcp__flow-nexus__sandbox_createandmcp__flow-nexus__sandbox_configureallow for the execution of shell commands and scripts viastartup_scriptandrun_commandsparameters. - [EXTERNAL_DOWNLOADS]: The platform supports dynamic installation of external software packages from registries like npm and PyPI through the
install_packagesparameter in sandbox management tools. - [CREDENTIALS_UNSAFE]: Several management functions, including user login, sandbox creation, and template deployment, accept sensitive information such as passwords, API keys, and database connection strings as plain-text parameters.
- [DATA_EXFILTRATION]: Sandboxed environments possess network capabilities, allowing the execution of code that can send data to external URLs, as shown in the provided code execution examples.
Audit Metadata