resilient-coding-agent
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses tmux to execute and manage long-running processes for external coding agents like Codex, Claude, and OpenCode.
- [SAFE]: The skill follows security best practices by using isolated temporary directories (mktemp) and restricted permissions (chmod 700/600) to protect session data.
- [SAFE]: The implementation provides clear instructions to avoid shell injection by reading prompts from files instead of direct command-line interpolation.
- [SAFE]: The included monitor script performs input validation and sanitization on session names and agent parameters to ensure safe execution.
Audit Metadata