Agent Memory Privacy Check is a skill published by agensi that audits durable AI agent memory files for privacy risks and quality problems. It targets a specific set of file formats commonly used to persist agent state: SOUL.md, MEMORY.md, USER.md, AGENT.md, USER_PROFILE.md, WORKING_MEMORY.md, HANDOFF.md, and OBSERVATIONS.md.
The audit looks for several categories of problem: secrets stored in memory, stale assumptions that may no longer reflect reality, unsupported personal claims about users, raw transcript hoarding, sensitive personal data that should not be retained, and general memory bloat that can degrade agent usefulness or safety over time.
The skill includes specific support for Hermes-style memory architectures. For those setups it enforces known hot-memory budgets, checking that MEMORY.md stays within 2,200 characters and USER.md within 1,375 characters.
This is a lightweight audit pass, not a full continuity-curation workflow. It is suited as a first step for developers or users who want to verify that an agent’s persistent memory does not accumulate risky or wasteful content before investing in deeper memory management tooling. No tools are exposed directly; the skill operates as a self-contained audit capability. There are no environment variables to configure and no package registry entry is associated with it.