registry  /  claude-mem-lite  /  3.35.2

claude-mem-lite@3.35.2

⚠ Under review

Persistent long-term memory for Claude Code via MCP — captures coding decisions, bugfixes, and context across sessions. Hybrid FTS5 + TF-IDF search with episode batching. Single SQLite DB, no external services. A lighter, lower-cost alternative to claude-

Static Scan Results

scanned 14h ago · by rust-scanner

Static analysis flagged 15 finding(s) at 93.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 111 file(s), 1.60 MB of source, external domains: api.anthropic.com, api.github.com, github.com, openrouter.ai, raw.githubusercontent.com

Source & flagged code

7 flagged · loading source
haiku-client.mjsView file
7L8: import { execFileSync, spawn } from 'child_process'; L9: import http from 'node:http';
High
Child Process

Package source references child process execution.

haiku-client.mjsView on unpkg · L7
install.mjsView file
matchType = previous_version_dangerous_delta matchedPackage = claude-mem-lite@3.34.0 matchedIdentity = npm:Y2xhdWRlLW1lbS1saXRl:3.34.0 similarity = 0.818 summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

install.mjsView on unpkg
1725* deliberate bias toward **under-reporting over false-flagging**: a wrapper L1726: * like `bash -c "inline" "/real/path.sh"` should report the real path, not L1727: * the inline string. ${CLAUDE_PLUGIN_ROOT}-templated commands are ignored —
High
Shell

Package source references shell execution.

install.mjsView on unpkg · L1725
hook-update.mjsView file
290try { L291: const mod = await import(pathToFileURL(manifestPath).href + `?t=${Date.now()}`); L292: if (!Array.isArray(mod.SOURCE_FILES) || mod.SOURCE_FILES.length === 0) {
Medium
Dynamic Require

Package source references dynamic require/import behavior.

hook-update.mjsView on unpkg · L290
tfidf.mjsView file
30export function vectorsEnabled() { L31: return process.env.CLAUDE_MEM_VECTORS === '1'; L32: }
Low
Weak Crypto

Package source references weak cryptographic algorithms.

tfidf.mjsView on unpkg · L30
scripts/launch.mjsView file
15try { L16: execSync('npm install --omit=dev', { L17: cwd: ROOT,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/launch.mjsView on unpkg · L15
scripts/setup.shView file
path = scripts/setup.sh kind = build_helper sizeBytes = 11091 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

scripts/setup.shView on unpkg

Findings

1 Critical3 High5 Medium6 Low
CriticalPrevious Version Dangerous Deltainstall.mjs
HighChild Processhaiku-client.mjs
HighShellinstall.mjs
HighRuntime Package Installscripts/launch.mjs
MediumDynamic Requirehook-update.mjs
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperscripts/setup.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptotfidf.mjs
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License