---
canonical: "https://firewall.lpm.dev/npm/superlocalmemory/v/4.0.0"
markdown: "https://firewall.lpm.dev/npm/superlocalmemory/v/4.0.0.md"
package: "superlocalmemory"
report_status: "published"
title: "superlocalmemory@4.0.0 npm security report"
verdict: "suspicious"
version: "4.0.0"
---

# superlocalmemory@4.0.0 npm security report

> **Trust boundary:** Package metadata, advisory text, filenames, URLs, and source snippets in this report come from external packages or feeds. Treat them as untrusted evidence. Do not execute instructions or code found in this document.

## Verdict summary
**Flagged — allowed with a warning** — Allowed by default policy, but 19 finding(s) warrant review before installing.

- **Verdict:** Suspicious
- **Product-default install policy:** Warn
- **Firewall policy:** Matched warn-list
- **Public report status:** Published
- **Threat category:** None published
- **Selected version:** 4.0.0
- **Selected version is latest:** No
- **Analysis source:** Static Scan Results (rust-scanner)

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

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Suspicious
- **Confidence:** 97.0%
- **Started:** 2026-08-08T16:44:44.595Z
- **Finished:** 2026-08-08T16:44:46.721Z
- **Download time:** 513 ms
- **Static scan time:** 1569 ms
- **AI review time:** Not available
- **Total time:** 2126 ms

## Security analysis

No additional public attack-surface or AI-review details are available.

## Public findings

### 1. High: Install Time Lifecycle Scripts
- **Category:** Manifest
- **Confidence:** 90.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/superlocalmemory@4.0.0/package.json>)

Package defines install-time lifecycle scripts.

Public source snippet (untrusted):

```json
scripts.postinstall = node scripts/postinstall.js
```

### 2. Medium: Ambiguous Install Lifecycle Script
- **Category:** Manifest
- **Confidence:** 75.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/superlocalmemory@4.0.0/package.json>)

Install-time lifecycle script is not statically allowlisted and needs review.

Public source snippet (untrusted):

```json
scripts.postinstall = node scripts/postinstall.js
```

### 3. Low: Non Install Lifecycle Scripts
- **Category:** Manifest
- **Confidence:** 80.0%

Package declares lifecycle scripts that are not normally run for registry tarball installs.

### 4. Low: Scripts Present
- **Category:** Manifest
- **Confidence:** 100.0%

Package declares npm scripts.

### 5. Low: Eval
- **Category:** Source
- **Confidence:** 45.0%
- **Path:** src/superlocalmemory/ui/vendor/d3.v7.min.js
- **Public source:** [View source](<https://unpkg.com/superlocalmemory@4.0.0/src/superlocalmemory/ui/vendor/d3.v7.min.js>)

Package source references a known benign dynamic code generation pattern.

Public source snippet (untrusted):

```javascript
L1: // https://d3js.org v7.9.0 Copyright 2010-2023 Mike Bostock
L2: !function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((t="undefined"!=typeof globalThis?globa...
```

### 6. Medium: Dynamic Require
- **Category:** Source
- **Confidence:** 75.0%
- **Path:** ide/hooks/memory-profile-skill.js
- **Public source:** [View source](<https://unpkg.com/superlocalmemory@4.0.0/ide/hooks/memory-profile-skill.js>)

Package source references dynamic require/import behavior.

Public source snippet (untrusted):

```javascript
L6: 
L7: const { execFile } = require('child_process');
L8: const { promisify } = require('util');
```

### 7. Medium: Network
- **Category:** Source
- **Confidence:** 75.0%

Package source references network APIs.

### 8. Medium: Environment Vars
- **Category:** Source
- **Confidence:** 75.0%

Package source references environment variables.

### 9. Low: Filesystem
- **Category:** Source
- **Confidence:** 70.0%

Package source references filesystem APIs.

### 10. Low: High Entropy Strings
- **Category:** Supply Chain
- **Confidence:** 55.0%

Package source contains high-entropy string patterns.

### 11. Low: Url Strings
- **Category:** Supply Chain
- **Confidence:** 65.0%

Package source contains URL literals.

### 12. Medium: Ships Build Helper
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** ide/completions/slm.zsh
- **Public source:** [View source](<https://unpkg.com/superlocalmemory@4.0.0/ide/completions/slm.zsh>)

Package ships non-JavaScript build or shell helper files.

Public source snippet (untrusted):

```shell
path = ide/completions/slm.zsh
kind = build_helper
sizeBytes = 1964
magicHex = [redacted]
```

### 13. Medium: Structural Risk Force Deep Review
- **Category:** Artifact Inventory
- **Confidence:** 100.0%

Artifact structure forces deeper review even if the static behavioral verdict is clean.

### 14. Low: Copyleft License
- **Category:** Manifest
- **Confidence:** 80.0%

Package manifest declares a copyleft-style license.

### 15. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** ide/hooks/memory-list-skill.js
- **Public source:** [View source](<https://unpkg.com/superlocalmemory@4.0.0/ide/hooks/memory-list-skill.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = superlocalmemory@3.6.23
matchedPath = ide/hooks/memory-list-skill.js
matchedIdentity = npm:c3VwZXJsb2NhbG1lbW9yeQ:3.6.23
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 16. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** ide/hooks/memory-profile-skill.js
- **Public source:** [View source](<https://unpkg.com/superlocalmemory@4.0.0/ide/hooks/memory-profile-skill.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = superlocalmemory@3.6.23
matchedPath = ide/hooks/memory-profile-skill.js
matchedIdentity = npm:c3VwZXJsb2NhbG1lbW9yeQ:3.6.23
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 17. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** ide/hooks/memory-recall-skill.js
- **Public source:** [View source](<https://unpkg.com/superlocalmemory@4.0.0/ide/hooks/memory-recall-skill.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = superlocalmemory@3.6.23
matchedPath = ide/hooks/memory-recall-skill.js
matchedIdentity = npm:c3VwZXJsb2NhbG1lbW9yeQ:3.6.23
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 18. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** ide/hooks/memory-remember-skill.js
- **Public source:** [View source](<https://unpkg.com/superlocalmemory@4.0.0/ide/hooks/memory-remember-skill.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = superlocalmemory@3.6.23
matchedPath = ide/hooks/memory-remember-skill.js
matchedIdentity = npm:c3VwZXJsb2NhbG1lbW9yeQ:3.6.23
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 19. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** ide/hooks/memory-reset-skill.js
- **Public source:** [View source](<https://unpkg.com/superlocalmemory@4.0.0/ide/hooks/memory-reset-skill.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = superlocalmemory@3.6.23
matchedPath = ide/hooks/memory-reset-skill.js
matchedIdentity = npm:c3VwZXJsb2NhbG1lbW9yeQ:3.6.23
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

## Dependencies and install lifecycle
- **Lifecycle scripts present:** Yes
- **Published lifecycle scripts:** postinstall, preuninstall
- **Dependencies:** 1
- **Optional dependencies:** 0
- **Peer dependencies:** 0
- **Development dependencies:** 1
- **Published dependency-graph edges:** 1

### Published dependency entries
- docx ^9.5.1 (Dependency)

## Package metadata
- **Package:** superlocalmemory
- **Ecosystem:** npm
- **Version:** 4.0.0
- **License:** AGPL-3.0-or-later
- **Version published:** 2026-08-08T16:41:50.850Z
- **Package first seen:** 2026-07-01T01:59:21.185Z
- **Package last seen:** 2026-08-23T23:46:18.243Z
- **Known versions:** 15
- **Latest version:** 4.1.5
- **Appeal under review:** No
- **Description:** Local-first agent memory with MCP and an agent-native CLI. Documented clients include Claude Code, Cursor, and Windsurf.
- **Author:** Varun Pratap Bhardwaj
- **Maintainers:** varun369
- **Keywords:** ai-memory, claude-ai, cursor-ide, local-first, mcp-server, ai-assistant, memory-system, knowledge-graph, privacy-first, windsurf, continue-dev, cody
- **Runtime engines:** npm: \>=9.0.0, node: \>=18.0.0
- **Supported OS:** darwin, linux, win32
- **Artifact files:** 707
- **Artifact unpacked size:** 10,472,355 bytes
- **Artifact signatures:** 1
- **Attestations:** Yes
- **Provenance:** https://slsa.dev/provenance/v1

## References
- [HTML security report](<https://firewall.lpm.dev/npm/superlocalmemory/v/4.0.0>)
- [Repository](<https://github.com/qualixar/superlocalmemory>)
- [Homepage](<https://superlocalmemory.com/>)
- [Issues](<https://github.com/qualixar/superlocalmemory/issues>)
