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

# hippo-memory@1.32.1 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 as agent extension risk** — Allowed by default with warning: install-time first-party agent extension setup was detected.

- **Verdict:** Suspicious
- **Product-default install policy:** Warn
- **Firewall policy:** Warn-only agent extension risk
- **Public report status:** Published
- **Threat category:** Agent extension lifecycle risk
- **Selected version:** 1.32.1
- **Selected version is latest:** No
- **Analysis source:** AI Security Review (lpm-firewall-ai)

LPM treats this as warn-only first-party agent extension lifecycle risk. An installed OpenClaw extension injects Hippo memory into agent context and stores session/tool-error data. It also removes only Hippo-named stale extension backups; postinstall repairs an already opted-in Codex wrapper.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Suspicious
- **Confidence:** 82.0%
- **Started:** 2026-08-16T10:14:28.284Z
- **Finished:** 2026-08-16T10:16:03.237Z
- **Download time:** 508 ms
- **Static scan time:** 7072 ms
- **AI review time:** 87371 ms
- **Total time:** 94953 ms

## Security analysis

### Published attack-surface review

- **Summary:** An installed OpenClaw extension injects Hippo memory into agent context and stores session/tool-error data. It also removes only Hippo-named stale extension backups; postinstall repairs an already opted-in Codex wrapper.

- **Trigger:** OpenClaw plugin load/session events; npm postinstall only when prior Hippo Codex-wrapper metadata exists.

- **Impact:** Agent context and local session-derived memory can be modified or retained; no concrete malicious exfiltration chain was found.

- **Evidence paths:** package.json, scripts/postinstall.cjs, dist/postinstall.js, dist/hooks.js, extensions/openclaw-plugin/index.ts, dist/rerankers/cross-encoder.js

- **Review source:** ai\_review

- **Reviewed:** 2026-08-16T10:16:03.237Z

### AI review details

- **Review stage:** source\_first\_review

- **Mechanism:** Agent lifecycle hooks, local memory capture, and prior-opt-in wrapper repair.

- **Rationale:** The package has a real agent-control integration and limited host mutation, but source shows the install-time wrapper path is guarded by prior opt-in and no concrete malicious behavior was established.

- **Files touched:** extensions/openclaw-plugin/index.ts, dist/postinstall.js, dist/hooks.js, ~/.openclaw/extensions/hippo-memory.bak-\*, ~/.hippo/integrations/codex.json

### Review decision

- **Verdict:** Suspicious

- **Confidence:** 82.0%

- **Recommended action:** downgrade\_to\_warn

- **Intent class:** Dangerous Capability

- **False-positive risk:** Medium

- **Evidence for:** OpenClaw plugin runs on agent startup, injects stored memory into system context, and records tool errors., Plugin startup deletes matching hippo-memory backup directories in the user's OpenClaw extensions directory., Install-time code can repair a previously opted-in Codex launcher wrapper.

- **Evidence against:** No first-install agent-config or binary mutation occurs in postinstall., No hidden exfiltration endpoint found; network features use documented provider/user-configured endpoints., Dynamic import only loads optional Transformers backends.

## Public findings

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

Package defines install-time lifecycle scripts.

Public source snippet (untrusted):

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

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

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

Public source snippet (untrusted):

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

### 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:** dist/rerankers/cross-encoder.js
- **Public source:** [View source](<https://unpkg.com/hippo-memory@1.32.1/dist/rerankers/cross-encoder.js>)

Package source references a known benign dynamic code generation pattern.

Public source snippet (untrusted):

```javascript
L5: // pattern in src/embeddings.ts).
L6: const _dynImport = new Function('s', 'return import(s)');
L7: const _require = createRequire(import.meta.url);
```

### 6. Medium: Dynamic Require
- **Category:** Source
- **Confidence:** 75.0%
- **Path:** dist/rerankers/cross-encoder.js
- **Public source:** [View source](<https://unpkg.com/hippo-memory@1.32.1/dist/rerankers/cross-encoder.js>)

Package source references dynamic require/import behavior.

Public source snippet (untrusted):

```javascript
L5: // pattern in src/embeddings.ts).
L6: const _dynImport = new Function('s', 'return import(s)');
L7: const _require = createRequire(import.meta.url);
```

### 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. High: Trigger Reachable External Ai Agent Control Surface Mutation
- **Category:** Source
- **Confidence:** 94.0%
- **Path:** dist/hooks.js
- **Public source:** [View source](<https://unpkg.com/hippo-memory@1.32.1/dist/hooks.js>)

Manifest-trigger-reachable source writes behavior-bearing configuration into a user or project AI-agent control surface.

Public source snippet (untrusted):

```javascript
Manifest-trigger-reachable source links an external AI-agent control path to a behavior-bearing write operation.
}
        }
    }
    return out;
}
function [redacted](historypath, startoffsetbytes) {
    if (!fs.existssync(historypath))
        return [];
    const raw = fs.readfilesync(historypath);
    if (startoffsetbytes >= raw.length)
        return [];
    const delta = raw.subarray(startoffsetbytes).tostring('utf8');
    const seen = new set();
    const ordered = [];
    for (const line of delta.split('\n')) {
        if (!line.trim())
            continue;
        try {
            const parsed = json.parse(line);
            const sessionid = parsed.session_id;
            if (typeof sessionid === 'string' && sessionid && !seen.has(sessionid)) {
                seen.add(session
```

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

Package source contains high-entropy string patterns.

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

Package source contains URL literals.

### 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. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/project-identity.js
- **Public source:** [View source](<https://unpkg.com/hippo-memory@1.32.1/dist/project-identity.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 = hippo-memory@1.24.0
matchedPath = dist/project-identity.js
matchedIdentity = npm:aGlwcG8tbWVtb3J5:1.24.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 15. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/src/project-identity.js
- **Public source:** [View source](<https://unpkg.com/hippo-memory@1.32.1/dist/src/project-identity.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 = hippo-memory@1.24.0
matchedPath = dist/project-identity.js
matchedIdentity = npm:aGlwcG8tbWVtb3J5:1.24.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 16. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** extensions/openclaw-plugin/index.ts
- **Public source:** [View source](<https://unpkg.com/hippo-memory@1.32.1/extensions/openclaw-plugin/index.ts>)

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

Public source snippet (untrusted):

```typescript
matchType = normalized_sha256
matchedPackage = hippo-memory@1.24.0
matchedPath = extensions/openclaw-plugin/index.ts
matchedIdentity = npm:aGlwcG8tbWVtb3J5:1.24.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 17. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/predictions.js
- **Public source:** [View source](<https://unpkg.com/hippo-memory@1.32.1/dist/predictions.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 = hippo-memory@1.24.0
matchedPath = dist/predictions.js
matchedIdentity = npm:aGlwcG8tbWVtb3J5:1.24.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 18. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/src/predictions.js
- **Public source:** [View source](<https://unpkg.com/hippo-memory@1.32.1/dist/src/predictions.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 = hippo-memory@1.24.0
matchedPath = dist/predictions.js
matchedIdentity = npm:aGlwcG8tbWVtb3J5:1.24.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

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

## Package metadata
- **Package:** hippo-memory
- **Ecosystem:** npm
- **Version:** 1.32.1
- **License:** MIT
- **Version published:** 2026-08-16T08:22:27.697Z
- **Package first seen:** 2026-07-02T20:54:08.157Z
- **Package last seen:** 2026-08-23T13:15:58.190Z
- **Known versions:** 10
- **Latest version:** 1.35.0
- **Appeal under review:** No
- **Description:** Biologically-inspired memory system for AI agents. Decay by default, strength through use.
- **Author:** Keith
- **Maintainers:** kitfunso
- **Keywords:** memory, ai, agents, llm, claude, context, recall, episodic, semantic, embeddings, hybrid-search
- **Runtime engines:** node: \>=22.5.0
- **Artifact files:** 710
- **Artifact unpacked size:** 7,750,260 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/hippo-memory/v/1.32.1>)
- [Repository](<https://github.com/kitfunso/hippo-memory>)
- [Homepage](<https://hippo-memory.com/>)
- [Issues](<https://github.com/kitfunso/hippo-memory/issues>)
