matrix-cloud-run
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to execute shell commands and code on remote Matrix OS instances using the
matrixCLI and MCP tools likerun_commandandcreate_terminal. This is the core functionality and is handled via structured commands. - [INDIRECT_PROMPT_INJECTION]: Because the skill reads external data from chat history (
get_chat) and remote files (read_file), it is theoretically susceptible to indirect prompt injection. However, the skill incorporates several defense-in-depth measures: it instructs the agent to normalize all paths and reject..segments (preventing directory traversal) and requires passing user-influenced strings as separate arguments in anargvarray to avoid shell command injection vulnerabilities.
Audit Metadata