m3-install — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited m3-install (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when the user wants to install or upgrade the m3-memory system, CLI executables, embedder service, or database schema.
Step 1 — detect current state. Try in order:
mcp-memory --version # plain CLI
python -m m3_memory.cli --version # module form (Windows --user)Step 2 — branch on what step 1 printed.
Not installed (both commands fail):
curl -fsSL https://raw.githubusercontent.com/skynetcmd/m3-memory/main/install.sh | bash pip install --user m3-memory
# then add %APPDATA%\Python\Python<NN>\Scripts to user PATH if neededLink them to https://github.com/skynetcmd/m3-memory/blob/main/docs/install_windows.md for full instructions.
After install completes, tell the user to re-run /m3:health in a NEW session (PATH changes don't apply to the current one).
Already installed (a version printed):
pipx upgrade m3-memory
mcp-memory update pip install --user --upgrade m3-memory
python -m m3_memory.cli update/m3:health to verify.Step 3 — print one-line summary of what action was taken or recommended.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.