← Back to search

io.github.AdelElo13/neurohive

AdelElo13 Scanned 30d ago

Multi-agent memory intelligence with expertise tracking and conflict detection

B
76.5 / 100

Versions

1.0.2latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 16

hivemind_status
annotations: none low

Get the neurohive dashboard: total memories, agents, categories, recent activity, and conflict count.

hivemind_expertise
annotations: none low

Query agent expertise. Provide a topic to find top experts, an agent_id to see their profile, or neither for all expertise.

limit number topic string agent_id string
hivemind_conflicts
annotations: none low

List unresolved conflicts between agent memories, or resolve a specific conflict by ID.

resolve_id string include_resolved boolean
store_memory
annotations: none low

Store a new memory with semantic deduplication, contradiction detection, surprise scoring, entity extraction, and neurohive expertise tracking.

tags array source enum content string agent_id string category string metadata record valid_to string namespace string expires_at string importance number project_id string valid_from string source_trust enum
search_memory
annotations: none low

Search memories using hybrid vector + full-text search with RRF ranking, graph boost, cognitive priming, and neurohive annotations.

tags array after string limit number query string before string hybrid boolean category string valid_at string min_trust enum namespace string graph_boost boolean min_importance number
recall_memory
annotations: none low

Recall memories by ID, namespace, category, or tags without semantic search.

id string tags array limit number category string namespace string
forget_memory
annotations: none low

Tombstone (soft-delete) memories matching the given filters. At least one filter is required.

id string tags array dry_run boolean namespace string older_than_days number below_importance number
consolidate
annotations: none low

Run consolidation: merge near-duplicates, decay stale memories, prune low-value, sweep expired, purge old tombstones. Set commit=true to apply.

commit boolean namespace string decay_lambda number similarity_threshold number min_importance_after_decay number
memory_stats
annotations: none low

Get statistics about stored memories: counts, categories, trust levels, importance, and database size.

namespace string
export_memories
annotations: none low

Export memories as JSONL or JSON for backup or migration.

format enum namespace string include_tombstoned boolean
import_memories
annotations: none low

Import memories from JSONL or JSON data. Deduplicates by content hash.

data string trust enum namespace string
backfill_embeddings
annotations: none low

Recompute embeddings for all memories missing from the vector store. Also syncs FTS index.

create_entity
annotations: none low

Create or update an entity in the knowledge graph.

name string metadata record namespace string entity_type string
create_relation
annotations: none low

Create a typed relation between two entities in the knowledge graph.

weight number metadata record valid_to string namespace string valid_from string relation_type string source_entity_id string target_entity_id string
query_graph
annotations: none low

Traverse the knowledge graph starting from an entity.

limit number valid_at string entity_id string max_depth number namespace string entity_name string relation_types array
search_claims
annotations: none low

Search atomic claims extracted from memories.

limit number query string memory_id string

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 44

low
Tool 'query_graph' has no annotations annotation_checker · 100%
low
Tool 'search_claims' has no annotations annotation_checker · 100%
low
Tool 'hivemind_status' has no annotations annotation_checker · 100%
low
Tool 'hivemind_expertise' has no annotations annotation_checker · 100%
low
Tool 'hivemind_conflicts' has no annotations annotation_checker · 100%
low
Tool 'store_memory' has no annotations annotation_checker · 100%
low
Tool 'search_memory' has no annotations annotation_checker · 100%
low
Tool 'recall_memory' has no annotations annotation_checker · 100%
low
Tool 'forget_memory' has no annotations annotation_checker · 100%
low
Tool 'consolidate' has no annotations annotation_checker · 100%
low
Tool 'memory_stats' has no annotations annotation_checker · 100%
low
Tool 'export_memories' has no annotations annotation_checker · 100%
low
Tool 'import_memories' has no annotations annotation_checker · 100%
low
Tool 'backfill_embeddings' has no annotations annotation_checker · 100%
low
Tool 'create_entity' has no annotations annotation_checker · 100%
low
Tool 'create_relation' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
Tool: import_memories manifest_parser · 85%
medium
Vulnerable dependency: tsup@8.0.0 (GHSA-3mv9-4h5g-vhg3) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.0.0 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.0.0 (GHSA-9crc-q9x8-hgqq) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: hivemind_status manifest_parser · 85%
info
Tool: hivemind_expertise manifest_parser · 85%
info
Tool: hivemind_conflicts manifest_parser · 85%
info
Tool: store_memory manifest_parser · 85%
info
Tool: search_memory manifest_parser · 85%
info
Tool: recall_memory manifest_parser · 85%
info
Tool: forget_memory manifest_parser · 85%
info
Tool: consolidate manifest_parser · 85%
info
Tool: memory_stats manifest_parser · 85%
info
Tool: export_memories manifest_parser · 85%
info
Tool: backfill_embeddings manifest_parser · 85%
info
Tool: create_entity manifest_parser · 85%
info
Tool: create_relation manifest_parser · 85%
info
Tool: query_graph manifest_parser · 85%
info
Tool: search_claims manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (6) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 288 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%