Skip to main content

run-judges

Orchestrates parallel execution of judge agents to evaluate implementation plans, code, and PRD artifacts, aggregating results efficiently.

Install this skill

or
51/100

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

medium line 38

Template literal with variable interpolation in command context

SourceSKILL.md
38```bash
medium line 218

Template literal with variable interpolation in command context

SourceSKILL.md
218```bash
medium line 236

Template literal with variable interpolation in command context

SourceSKILL.md
236```bash
medium line 292

Template literal with variable interpolation in command context

SourceSKILL.md
292```bash
medium line 308

Template literal with variable interpolation in command context

SourceSKILL.md
308```bash
high line 970

Piping content to sh shell

SourceSKILL.md
970curl -LsSf https://astral.sh/uv/install.sh | sh
medium line 970

Curl to non-GitHub URL

SourceSKILL.md
970curl -LsSf https://astral.sh/uv/install.sh | sh
low line 231

Access to .env file

SourceSKILL.md
231} > "$CLOSEDLOOP_WORKDIR/.closedloop-ai/perf-substep-start.env"
low line 237

Access to .env file

SourceSKILL.md
237source "$CLOSEDLOOP_WORKDIR/.closedloop-ai/perf-substep-start.env"
low line 255

Access to .env file

SourceSKILL.md
255rm -f "$CLOSEDLOOP_WORKDIR/.closedloop-ai/perf-substep-start.env"
low line 970

External URL reference

SourceSKILL.md
970curl -LsSf https://astral.sh/uv/install.sh | sh
Scanned on May 30, 2026
View Security Dashboard
Installation guide →