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.
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.
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.
return { ok: true, hydration: { lastSession: last, state } };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.
