Skip to main content

agent-benchmark

Measures and tracks agent response quality, detecting regressions and ensuring performance baselines are maintained.

Install this skill

or
76/100

Security score

The agent-benchmark skill was audited on May 27, 2026 and we found 16 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 359

Template literal with variable interpolation in command context

SourceSKILL.md
359const response = await fetch(`/api/users/${id}`)
low line 35

Access to hidden dotfiles in home directory

SourceSKILL.md
35~/.claude/benchmarks/
low line 163

Access to hidden dotfiles in home directory

SourceSKILL.md
163node ~/.claude/benchmarks/run.mjs
low line 172

Access to hidden dotfiles in home directory

SourceSKILL.md
172node ~/.claude/benchmarks/run.mjs --agent code-reviewer
low line 175

Access to hidden dotfiles in home directory

SourceSKILL.md
175node ~/.claude/benchmarks/run.mjs --agent code-reviewer --verbose
low line 182

Access to hidden dotfiles in home directory

SourceSKILL.md
182node ~/.claude/benchmarks/run.mjs --compare
low line 185

Access to hidden dotfiles in home directory

SourceSKILL.md
185node ~/.claude/benchmarks/run.mjs \
low line 196

Access to hidden dotfiles in home directory

SourceSKILL.md
196node ~/.claude/benchmarks/run.mjs --baseline update
low line 322

Access to hidden dotfiles in home directory

SourceSKILL.md
322run: node ~/.claude/benchmarks/run.mjs --compare
low line 337

Access to hidden dotfiles in home directory

SourceSKILL.md
337node ~/.claude/benchmarks/run.mjs --check-regression
low line 389

Access to hidden dotfiles in home directory

SourceSKILL.md
389node ~/.claude/hooks/dist/canavar-cli.mjs errors
low line 398

Access to hidden dotfiles in home directory

SourceSKILL.md
398node ~/.claude/benchmarks/run.mjs --agent code-reviewer --save-as before
low line 401

Access to hidden dotfiles in home directory

SourceSKILL.md
401node ~/.claude/benchmarks/run.mjs --agent code-reviewer --compare before
low line 404

Access to hidden dotfiles in home directory

SourceSKILL.md
404node ~/.claude/benchmarks/run.mjs --compare --fail-on-regression
low line 407

Access to hidden dotfiles in home directory

SourceSKILL.md
407node ~/.claude/benchmarks/run.mjs --baseline update
medium line 42

Prompting for password/secret input

SourceSKILL.md
42hardcoded-secret.ts # Input: API key in source
Scanned on May 27, 2026
View Security Dashboard
Installation guide →