search-memory
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
The skill’s behavior depends on scripts that are not part of the provided package, so users should make sure those local scripts are trusted before running them.
The skill instructs use of helper scripts, but the provided manifest contains only SKILL.md and agents/openai.yaml, so the executable implementation is not included in the reviewed artifacts.
scripts/index-memory.py ... scripts/search-memory.py "your query" --top 5
Only run the referenced scripts if they exist in a trusted project or repository and you have reviewed or trust their source.
Private notes in memory files may be copied into a local search cache and later surfaced in search results.
The skill indexes local memory files and stores a persistent cache, which is expected for memory search but may preserve or reuse sensitive memory content.
Index includes `MEMORY.md` plus `memory/**/*.md`. Cache lives under `memory/cache/`.
Keep sensitive material out of indexed memory files or review the cache location and exclusions before using the skill.
