Skip to main content

test-skill

Generates and runs test suites for skills, ensuring functionality and regression detection before deployment.

Install this skill

or
0/100

Security score

The test-skill skill was audited on Mar 21, 2026 and we found 10 security issues across 2 threat categories, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 61

Template literal with variable interpolation in command context

SourceSKILL.md
61Look for `${SKILL_ROOT}/tests/evals.json`.
high line 71

Template literal with variable interpolation in command context

SourceSKILL.md
71After generation, save to `${SKILL_ROOT}/tests/evals.json` and proceed to **Run Test Suite**.
medium line 81

Template literal with variable interpolation in command context

SourceSKILL.md
81```bash
medium line 104

Template literal with variable interpolation in command context

SourceSKILL.md
104```
medium line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126```
medium line 140

Template literal with variable interpolation in command context

SourceSKILL.md
140```
high line 205

Template literal with variable interpolation in command context

SourceSKILL.md
2053. Save `${RUN_DIR}/summary.json` -- see `references/schemas.md` for the full summary.json schema
high line 209

Template literal with variable interpolation in command context

SourceSKILL.md
209Check for previous snapshots at `${WORKSPACE}/history/snapshots.json`.
high line 218

Template literal with variable interpolation in command context

SourceSKILL.md
218Append current run to `${WORKSPACE}/history/snapshots.json` -- see `references/schemas.md` for the snapshots.json schema.
medium line 21

Access to hidden dotfiles in home directory

SourceSKILL.md
21- `~/.claude/plugins/cache/*/<plugin>/*/skills/<skill>/SKILL.md` (installed mode)
Scanned on Mar 21, 2026
View Security Dashboard