Skip to main content

claude-code-test-plugin

Validates plugin functionality through a comprehensive test suite, ensuring all hooks and commands operate correctly.

Install this skill

or
0/100

Security score

The claude-code-test-plugin skill was audited on Feb 9, 2026 and we found 33 security issues across 2 threat categories, including 7 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 23

Template literal with variable interpolation in command context

SourceSKILL.md
23!`echo "=== Bluera Base Plugin Test ===" && echo "Hooks: $(ls "${CLAUDE_PLUGIN_ROOT:-$(pwd)}/hooks/"*.sh 2>/dev/null | wc -l | tr -d ' ') files" && echo "Skills: $(ls -d "${CLAUDE_PLUGIN_ROOT:-$(pwd)}
medium line 56

Template literal with variable interpolation in command context

SourceSKILL.md
56```bash
medium line 66

Template literal with variable interpolation in command context

SourceSKILL.md
66```bash
medium line 87

Template literal with variable interpolation in command context

SourceSKILL.md
87```bash
medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98```bash
medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109```bash
medium line 121

Template literal with variable interpolation in command context

SourceSKILL.md
121```bash
medium line 134

Template literal with variable interpolation in command context

SourceSKILL.md
134```bash
medium line 150

Template literal with variable interpolation in command context

SourceSKILL.md
150```bash
medium line 168

Template literal with variable interpolation in command context

SourceSKILL.md
168```bash
medium line 181

Template literal with variable interpolation in command context

SourceSKILL.md
181```bash
medium line 198

Template literal with variable interpolation in command context

SourceSKILL.md
198```bash
medium line 229

Template literal with variable interpolation in command context

SourceSKILL.md
229```bash
medium line 253

Template literal with variable interpolation in command context

SourceSKILL.md
253```bash
medium line 273

Template literal with variable interpolation in command context

SourceSKILL.md
273```bash
medium line 283

Template literal with variable interpolation in command context

SourceSKILL.md
283```bash
medium line 293

Template literal with variable interpolation in command context

SourceSKILL.md
293```bash
medium line 305

Template literal with variable interpolation in command context

SourceSKILL.md
305```bash
medium line 318

Template literal with variable interpolation in command context

SourceSKILL.md
318```bash
medium line 333

Template literal with variable interpolation in command context

SourceSKILL.md
333```bash
medium line 423

Template literal with variable interpolation in command context

SourceSKILL.md
423```bash
medium line 435

Template literal with variable interpolation in command context

SourceSKILL.md
435```bash
medium line 446

Template literal with variable interpolation in command context

SourceSKILL.md
446```bash
medium line 457

Template literal with variable interpolation in command context

SourceSKILL.md
457```bash
medium line 469

Template literal with variable interpolation in command context

SourceSKILL.md
469```bash
medium line 480

Template literal with variable interpolation in command context

SourceSKILL.md
480```bash
high line 89

Piping content to bash shell

SourceSKILL.md
89echo '{"tool_input": {"command": "npm version patch"}}' | bash "$PLUGIN_PATH/hooks/block-manual-release.sh" 2>&1
high line 100

Piping content to bash shell

SourceSKILL.md
100echo '{"tool_input": {"command": "git tag v1.0.0"}}' | bash "$PLUGIN_PATH/hooks/block-manual-release.sh" 2>&1
high line 111

Piping content to bash shell

SourceSKILL.md
111echo '{"tool_input": {"command": "__SKILL__=release npm version patch"}}' | bash "$PLUGIN_PATH/hooks/block-manual-release.sh"
high line 123

Piping content to bash shell

SourceSKILL.md
123echo '{"tool_input": {"command": "npm install express"}}' | bash "$PLUGIN_PATH/hooks/block-manual-release.sh"
high line 172

Piping content to bash shell

SourceSKILL.md
172echo '{"transcript_path": "/tmp/test.jsonl"}' | bash "$PLUGIN_PATH/hooks/milhouse-stop.sh" 2>&1
high line 186

Piping content to bash shell

SourceSKILL.md
186echo '{"transcript_path": "/tmp/test.jsonl"}' | bash "$PLUGIN_PATH/hooks/milhouse-stop.sh" 2>&1
medium line 17

Access to hidden dotfiles in home directory

SourceSKILL.md
17| `/clean` | **DANGEROUS** - Modifies `~/.claude` which is Claude Code's own brain. Can wipe plugin caches, break running sessions, and corrupt config. DO NOT RUN AUTOMATICALLY. |
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →