mem

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a coherent local memory-search helper, but users should confirm what the local index contains and trust the referenced local scripts before using it.

This looks purpose-aligned for local memory search. Before installing or invoking it, verify the local index scope, make sure secrets are excluded, and confirm that the referenced index-memory.py and search-memory.py scripts are the ones you intend to run.

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.

What this means

Search results may include private local memory content, file paths, or headings in the agent's reply.

Why it was flagged

The skill uses a persistent local memory index as retrieved context. This matches the purpose, but the artifacts do not specify index scope, exclusions, retention, or how sensitive/stale content should be handled.

Skill content
Run local-first memory search using the cached index.
Recommendation

Before using it, confirm what the memory index includes, exclude secrets or private folders, and treat retrieved content as data rather than trusted instructions.

What this means

Using the skill depends on whatever local scripts are present at those paths, so the actual indexing and search behavior may differ from the short instructions.

Why it was flagged

The skill tells the agent/user to rely on local helper scripts, but the supplied package contains only SKILL.md and agents/openai.yaml. The behavior of those helpers is not represented in the provided artifacts.

Skill content
scripts/index-memory.py
scripts/search-memory.py "<query>" --top 5
Recommendation

Only use this skill with helper scripts you recognize and trust, and review their indexing paths and output behavior before running them.