BenOS Memory Core

PassAudited by ClawScan on May 1, 2026.

Overview

This looks like a small, purpose-aligned memory helper, but it can carry past session notes into future agent work.

This skill appears safe for its stated purpose if you want BenOS to remember session state. Before installing, understand that it can rehydrate prior notes and decisions from local files, so you should avoid storing secrets there and periodically inspect or delete the runtime memory files if needed.

Findings (1)

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.

What this means

Past notes, decisions, and session text may become part of the agent's working context again, which can be helpful but may also preserve sensitive or stale information.

Why it was flagged

The skill deliberately reads local session memory and returns it for hydration, so inaccurate, sensitive, or manipulated memory content could be reused by the agent in later tasks.

Skill content
return { ok: true, hydration: { lastSession: last, state } };
Recommendation

Use this only if you want persistent BenOS memory; periodically review or clear the runtime files and avoid storing secrets or untrusted instructions in them.