Agent Memory Persistence
Analysis
The skill matches its stated purpose as a local SQLite-backed memory library, with the main consideration being that it intentionally stores agent memories across sessions.
Findings (2)
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.
"dependencies": { "better-sqlite3": "^11.10.0" }The package uses an npm dependency version range, so an installation may resolve to a newer compatible dependency version rather than an exact reviewed version.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Use this skill when an agent needs durable memory storage across sessions.
The skill is explicitly designed to preserve agent memory beyond a single session, which can include user content, metadata, and embeddings that may influence future agent behavior.
