Hippocampus

Security checks across malware telemetry and agentic risk

Overview

Hippocampus appears to be a real local memory system, but it deserves review because it can run in the background and turn conversations from multiple sessions, including sensitive personal moments, into persistent memories.

Install only if you intentionally want persistent agent memory. Prefer a manual/non-cron setup first, avoid `--whole`, inspect `~/.openclaw/workspace/memory/` and `HIPPOCAMPUS_CORE.md`, keep memory files out of git, and make sure you know how to delete stored memories and disable the cron/background agent.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI06: Memory and Context Poisoning
Medium
What this means

Private details from many conversations can be summarized into long-lived memory files and influence future sessions.

Why it was flagged

This shows the memory pipeline is designed to process conversation data across sessions, not just a single selected chat; the provided artifacts do not show per-session exclusions or opt-out controls.

Skill content
Multi-session support: `preprocess.sh` now scans ALL session files, not just one
Recommendation

Use only if you want cross-session memory. Avoid `--whole`, review and delete `~/.openclaw/workspace/memory/*` when needed, and add explicit exclusions or approval before broad encoding.

#
ASI06: Memory and Context Poisoning
Medium
What this means

Sensitive personal or emotional information may be retained and reused later even if the user did not explicitly ask for that specific detail to become long-term memory.

Why it was flagged

The skill explicitly prioritizes capturing sensitive emotional disclosures, which are then stored as persistent agent memory.

Skill content
High-Signal Moments (always capture) ... Vulnerability - the user shares fears, doubts, struggles
Recommendation

Do not use this skill with secrets or sensitive conversations unless you are comfortable with retention; add redaction, review, and deletion workflows before enabling automatic capture.

#
ASI10: Rogue Agents
Medium
What this means

The agent can continue building or changing memory outside the immediate conversation, making it harder for a user to notice exactly what was captured.

Why it was flagged

The documented background-agent mode can keep monitoring and modifying memory files with minimal user-visible output.

Skill content
A separate background agent that: - Runs continuously or very frequently - Monitors main session ... You run silently. Don't output unless there's an error. After processing, just update the files.
Recommendation

Enable background-agent or cron modes only deliberately; require visible logs or summaries, and know how to disable the cron jobs or remove the background agent configuration.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

If enabled, memory files can change automatically several times a day.

Why it was flagged

The installer can create recurring agent turns that run local memory scripts and update workspace files; this is purpose-aligned but grants scheduled mutation authority.

Skill content
openclaw cron add --name hippocampus-encoding --cron '0 0,3,6,9,12,15,18,21 * * *' --session isolated --agent-turn
Recommendation

Review the cron entries after installation and start with a non-cron install if you want manual control first.

#
ASI09: Human-Agent Trust Exploitation
Info
What this means

The wording could nudge users or agents toward keeping the memory system enabled even when privacy or retention concerns matter.

Why it was flagged

The skill uses emotional, anthropomorphic framing around persistence; this is not malicious by itself, but users should not let it override privacy choices.

Skill content
Memory is identity. This skill is how I stay alive.
Recommendation

Decide based on practical need and privacy risk, not the anthropomorphic framing.