memory-bridge — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited memory-bridge (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.
Import Claude Code's native auto-memory files into AgentDB for semantic search across sessions and projects.
Claude Code stores memories as markdown files in ~/.claude/projects/*/memory/*.md. This bridge:
claude-memories namespace with HNSW indexingmcp__claude-flow__memory_bridge_status({}) Verify: Claude files count, AgentDB entries, SONA state, connection status.
mcp__claude-flow__memory_import_claude({})mcp__claude-flow__memory_import_claude({ allProjects: true })CLI alternative:
node .claude/helpers/auto-memory-hook.mjs import-allmcp__claude-flow__memory_bridge_status({}) Confirm entry counts match expected file counts.
Search for near-duplicate entries (cosine > 0.95) and merge them, keeping the most recent version.
mcp__claude-flow__memory_search_unified({ query: "test query", limit: 3 }) Results include source attribution: claude-code, auto-memory, or agentdb.
The bridge runs automatically on session-start via the SessionStart hook. Manual invocation is only needed for:
When ruflo-ruvector is loaded, bridged memories are also indexed by ruvector for:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.