mind
Manages and searches Claude's persistent memory efficiently using a portable .mv2 file for enhanced coding context and collaboration.
Install this skill
Security score
The mind skill was audited on Mar 3, 2026 and we found 9 security issues across 1 threat category, including 5 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 12 | Use the bundled SDK scripts via Node.js (NOT the CLI). The scripts are at `${CLAUDE_PLUGIN_ROOT}/dist/scripts/`. |
Template literal with variable interpolation in command context
| 15 | ```bash |
Template literal with variable interpolation in command context
| 20 | - `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "authentication" 5` |
Template literal with variable interpolation in command context
| 21 | - `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "database schema" 10` |
Template literal with variable interpolation in command context
| 24 | ```bash |
Template literal with variable interpolation in command context
| 29 | - `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "Why did we choose React?"` |
Template literal with variable interpolation in command context
| 30 | - `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "What was the CORS solution?"` |
Template literal with variable interpolation in command context
| 33 | ```bash |
Template literal with variable interpolation in command context
| 38 | ```bash |