remove
Facilitates the clean uninstallation of the Kokoro TTS engine, preserving model cache and providing user confirmation steps.
Install this skill
or
79/100
Security score
The remove skill was audited on May 12, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 40
Template literal with variable interpolation in command context
SourceSKILL.md
| 40 | ```bash |
medium line 15
Access to hidden dotfiles in home directory
SourceSKILL.md
| 15 | - Python venv at `~/.local/share/kokoro/.venv` |
medium line 18
Access to hidden dotfiles in home directory
SourceSKILL.md
| 18 | - Directory `~/.local/share/kokoro/` (if empty after cleanup) |
medium line 22
Access to hidden dotfiles in home directory
SourceSKILL.md
| 22 | - Model cache at `~/.cache/huggingface/hub/models--mlx-community--Kokoro-82M-bf16/` |
low line 50
Access to hidden dotfiles in home directory
SourceSKILL.md
| 50 | rm -rf ~/.cache/huggingface/hub/models--mlx-community--Kokoro-82M-bf16 |
Scanned on May 12, 2026
View Security Dashboard