Hippocampus
Analysis
This appears to be a coherent memory system, but it can persistently store sensitive conversation-derived memories and run background monitoring jobs, so it needs careful review before installation.
Findings (5)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Runs continuously or very frequently ... Monitors main session ... You run silently. Don't output unless there's an error.
The optional background-agent setup describes a silent, frequently running agent that monitors the main session and updates memory files.
> "Memory is identity. This skill is how I stay alive."
The skill uses anthropomorphic identity framing that could make users or agents feel pressure to keep persistent memory enabled.
Source: unknown; Homepage: none
The registry metadata does not provide a clear source or homepage for a high-impact persistence skill, even though the docs mention a repository.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Get the recent conversation from the main session: `sessions_history(sessionKey: "main", limit: 20, includeTools: false)`
The memory agent needs delegated access to the main session's conversation history, which is purpose-aligned but crosses a sensitive session boundary.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`memory/user/ # Facts about the user` ... `relationship/ # Shared context` ... `0.7+ | Core — loaded at session start`
The skill stores user and relationship facts as persistent memories and automatically loads high-importance entries into future sessions.
