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 matrix CLI and MCP tools like run_command and create_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 an argv array to avoid shell command injection vulnerabilities.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 9, 2026, 06:10 PM
Security Audit — agent-trust-hub — matrix-cloud-run