Skip to main content

test

Automates plugin integrity tests across 14 categories, ensuring quality and functionality before deployment.

Install this skill

or
76/100

Security score

The test skill was audited on May 13, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 32

Template literal with variable interpolation in command context

SourceSKILL.md
32```bash
medium line 41

Template literal with variable interpolation in command context

SourceSKILL.md
41```bash
medium line 122

Template literal with variable interpolation in command context

SourceSKILL.md
122```bash
low line 33

Access to hidden dotfiles in home directory

SourceSKILL.md
33~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/ -v
low line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/plugin/test_skills.py -v # Skills only
low line 43

Access to hidden dotfiles in home directory

SourceSKILL.md
43~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/plugin/ -v # All plugin tests
low line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/unit/ -v # All unit tests
low line 45

Access to hidden dotfiles in home directory

SourceSKILL.md
45~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/ -m "not slow" -v # Skip slow tests
low line 124

Access to hidden dotfiles in home directory

SourceSKILL.md
124~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/ -v
low line 127

Access to hidden dotfiles in home directory

SourceSKILL.md
127~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/plugin/test_skills.py ${CLAUDE_PLUGIN_ROOT}/tests/plugin/test_templates.py -v
low line 130

Access to hidden dotfiles in home directory

SourceSKILL.md
130~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/ -v --tb=short
low line 133

Access to hidden dotfiles in home directory

SourceSKILL.md
133~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/ -q --tb=line
Scanned on May 13, 2026
View Security Dashboard
Installation guide →