memory-search — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited memory-search (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
State-of-the-art semantic search across Ruflo memory with multiple retrieval strategies.
Choose based on query type:
Dense search (default):
npx @claude-flow/cli@latest memory search --query "QUERY" --namespace NAMESPACE --limit 10Or via MCP: mcp__claude-flow__memory_search({ query: "QUERY", namespace: "NAMESPACE", limit: 10 })
Hybrid search (when --hybrid or query has specific keywords):
npx ruvector search "QUERY" --hybrid --limit 10Graph RAG (when --graph-rag or multi-hop reasoning needed):
npx ruvector search "QUERY" --graph-rag --limit 10Smart retrieval (when --smart or complex recall needed):
npx @claude-flow/cli@latest memory search --query "QUERY" --smart --limit 10Or via MCP: mcp__claude-flow__memory_search({ query: "QUERY", smart: true, limit: 10 })
Applies 5-phase pipeline: query expansion, RRF fusion, recency boost, MMR diversity, session round-robin. Best for: multi-session recall, temporal queries, diverse result sets.
Unified cross-namespace: mcp__claude-flow__memory_search_unified({ query: "QUERY", limit: 10 })
mcp__claude-flow__agentdb_context-synthesize({ query: "QUERY", sources: ["patterns", "tasks", "solutions"] })
| Namespace | Best For |
|---|---|
patterns | "How did we handle X?" |
tasks | "What was the context for Y?" |
solutions | "How did we fix Z?" |
feedback | "What did the user prefer?" |
security | "Known vulnerabilities in..." |
| (omit) | Search all namespaces |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.