run-judges
Orchestrates parallel execution of judge agents to evaluate implementation plans, code, and PRD artifacts, aggregating results efficiently.
Install this skill
Security score
The run-judges skill was audited on May 30, 2026 and we found 11 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 38 | ```bash |
Template literal with variable interpolation in command context
| 218 | ```bash |
Template literal with variable interpolation in command context
| 236 | ```bash |
Template literal with variable interpolation in command context
| 292 | ```bash |
Template literal with variable interpolation in command context
| 308 | ```bash |
Piping content to sh shell
| 970 | curl -LsSf https://astral.sh/uv/install.sh | sh |
Curl to non-GitHub URL
| 970 | curl -LsSf https://astral.sh/uv/install.sh | sh |
Access to .env file
| 231 | } > "$CLOSEDLOOP_WORKDIR/.closedloop-ai/perf-substep-start.env" |
Access to .env file
| 237 | source "$CLOSEDLOOP_WORKDIR/.closedloop-ai/perf-substep-start.env" |
Access to .env file
| 255 | rm -f "$CLOSEDLOOP_WORKDIR/.closedloop-ai/perf-substep-start.env" |
External URL reference
| 970 | curl -LsSf https://astral.sh/uv/install.sh | sh |