test
Automates plugin integrity tests across 14 categories, ensuring quality and functionality before deployment.
Install this skill
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
Template literal with variable interpolation in command context
| 32 | ```bash |
Template literal with variable interpolation in command context
| 41 | ```bash |
Template literal with variable interpolation in command context
| 122 | ```bash |
Access to hidden dotfiles in home directory
| 33 | ~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/ -v |
Access to hidden dotfiles in home directory
| 42 | ~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/plugin/test_skills.py -v # Skills only |
Access to hidden dotfiles in home directory
| 43 | ~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/plugin/ -v # All plugin tests |
Access to hidden dotfiles in home directory
| 44 | ~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/unit/ -v # All unit tests |
Access to hidden dotfiles in home directory
| 45 | ~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/ -m "not slow" -v # Skip slow tests |
Access to hidden dotfiles in home directory
| 124 | ~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/ -v |
Access to hidden dotfiles in home directory
| 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 |
Access to hidden dotfiles in home directory
| 130 | ~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/ -v --tb=short |
Access to hidden dotfiles in home directory
| 133 | ~/.bitwize-music/venv/bin/python3 -m pytest ${CLAUDE_PLUGIN_ROOT}/tests/ -q --tb=line |