Skip to main content

mind

Manages and searches Claude's persistent memory efficiently using a portable .mv2 file for enhanced coding context and collaboration.

Install this skill

or
5/100

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

high line 12

Template literal with variable interpolation in command context

SourceSKILL.md
12Use the bundled SDK scripts via Node.js (NOT the CLI). The scripts are at `${CLAUDE_PLUGIN_ROOT}/dist/scripts/`.
medium line 15

Template literal with variable interpolation in command context

SourceSKILL.md
15```bash
high line 20

Template literal with variable interpolation in command context

SourceSKILL.md
20- `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "authentication" 5`
high line 21

Template literal with variable interpolation in command context

SourceSKILL.md
21- `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "database schema" 10`
medium line 24

Template literal with variable interpolation in command context

SourceSKILL.md
24```bash
high line 29

Template literal with variable interpolation in command context

SourceSKILL.md
29- `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "Why did we choose React?"`
high line 30

Template literal with variable interpolation in command context

SourceSKILL.md
30- `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "What was the CORS solution?"`
medium line 33

Template literal with variable interpolation in command context

SourceSKILL.md
33```bash
medium line 38

Template literal with variable interpolation in command context

SourceSKILL.md
38```bash
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →