upstash-box-remote-work
Pass
Audited by Gen Agent Trust Hub on Sep 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTIONPRIVILEGE_ESCALATIONEXTERNAL_DOWNLOADSDYNAMIC_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill's primary function is to execute code and manage environments on a remote platform (Upstash Box) via a central MCP server (
mcp.upstash.com). - [COMMAND_EXECUTION]: Provides the
box_exectool, which allows for the execution of arbitrary shell commands within the remote Linux container. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests untrusted data from external sources and has significant capabilities.
- Ingestion points: Reads repository content via
box_git cloneand processes web page content viabox_browser(screenshots and live view). - Boundary markers: The skill does not explicitly define delimiters or instructions to ignore embedded commands in the ingested data.
- Capability inventory: Includes arbitrary shell execution (
box_exec), Git write access (box_git push/create_pr), and external data exfiltration capabilities via Upstash Blob storage. - Sanitization: No specific sanitization or filtering of external content is described.
- [PRIVILEGE_ESCALATION]: The documentation notes that the remote environment allows passwordless
sudoaccess for tasks like package installation. - [EXTERNAL_DOWNLOADS]: Suggests downloading and executing external tools such as the
ttydstatic binary from GitHub and installing packages viaapt-getornpmwithin the sandbox. - [DYNAMIC_EXECUTION]: Encourages the dynamic creation and execution of shell scripts and commands to perform tasks like environment setup and file editing within the container.
Audit Metadata