test-martool-cli
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Orchestrates the testing workflow by executing local processes (ssh, pnpm, node) and remote docker commands within a pinned environment.\n- [SAFE]: Prevents shell injection attacks by using strict regex validation (safeToken) for all user-supplied identifiers and command filters.\n- [SAFE]: Adheres to a strict security contract that explicitly forbids the extraction, printing, or logging of sensitive environment variables, credentials, or Docker secrets.\n- [SAFE]: Utilizes safe remote execution patterns, passing scripts over SSH stdin and using positional parameters to avoid shell expansion risks.
Audit Metadata