github re-analysis due

agentic-box/memora

github

Give your AI agents persistent memory.

maintainer
agentic-box
license
MIT
first seen
2026-06-01
last seen
2026-06-04
releases · 30d
1
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 0 tools
transport stdio counts 0 tools · 0 res · 0 prompts permission surface via code analysis

no tools enumerated yet for this server.

skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit bc64ff7 · analyzer v17 · 2d ago

skills & prompt files 3

code evidence vv0.2.29 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 13

  • fs agentic-box-memora-bc64ff7/claude-plugin/hooks-handlers/post_tool_use.py :20 from pathlib import Path
  • fs agentic-box-memora-bc64ff7/claude-plugin/hooks-handlers/session_start.py :14 from pathlib import Path
  • fs agentic-box-memora-bc64ff7/media/memora-absorb-digest-flow.py :3 from pathlib import Path
  • fs agentic-box-memora-bc64ff7/memora-graph/scripts/sync-to-d1.py :19 from pathlib import Path
  • fs agentic-box-memora-bc64ff7/memora/__init__.py :6 from pathlib import Path as _Path
  • fs agentic-box-memora-bc64ff7/memora/backends.py :13 import shutil
  • fs agentic-box-memora-bc64ff7/memora/cloud_sync.py :13 from pathlib import Path
  • fs agentic-box-memora-bc64ff7/memora/graph/data.py :672 with open(output_path, "w") as f:
  • fs agentic-box-memora-bc64ff7/memora/graph/issues.py :50 return "open" # Map to open (active)
  • fs agentic-box-memora-bc64ff7/memora/graph/todos.py :44 return "open" # Map to open (active)
  • fs agentic-box-memora-bc64ff7/memora/schema.py :20 # so when ``sync_before_use()`` replaces the file via ``shutil.move``/
  • fs agentic-box-memora-bc64ff7/memora/server.py :2703 from pathlib import Path as _Path
  • fs agentic-box-memora-bc64ff7/memora/storage.py :15 from pathlib import Path

shell / exec 2

  • shell agentic-box-memora-bc64ff7/claude-plugin/hooks-handlers/post_tool_use.py :404 import subprocess
  • shell agentic-box-memora-bc64ff7/memora-graph/scripts/sync-to-d1.py :16 import subprocess

network 4

  • net agentic-box-memora-bc64ff7/memora-graph/scripts/link-r2-images.py :23 import requests
  • net agentic-box-memora-bc64ff7/memora/backends.py :881 import urllib.error
  • net agentic-box-memora-bc64ff7/memora/cloud_sync.py :15 from urllib.error import URLError
  • net agentic-box-memora-bc64ff7/memora/graph/server.py :8 import socket

database 4

  • db agentic-box-memora-bc64ff7/memora/backends.py :14 import sqlite3
  • db agentic-box-memora-bc64ff7/memora/embeddings.py :9 import sqlite3
  • db agentic-box-memora-bc64ff7/memora/schema.py :4 import sqlite3
  • db agentic-box-memora-bc64ff7/memora/storage.py :12 import sqlite3

tool registrations 42

  • memory_create agentic-box-memora-bc64ff7/memora/server.py :839
  • memory_create_issue agentic-box-memora-bc64ff7/memora/server.py :1007
  • memory_create_todo agentic-box-memora-bc64ff7/memora/server.py :1072
  • memory_create_section agentic-box-memora-bc64ff7/memora/server.py :1133
  • memory_list agentic-box-memora-bc64ff7/memora/server.py :1266
  • memory_list_compact agentic-box-memora-bc64ff7/memora/server.py :1338
  • memory_create_batch agentic-box-memora-bc64ff7/memora/server.py :1388
  • memory_delete_batch agentic-box-memora-bc64ff7/memora/server.py :1399
  • memory_absorb agentic-box-memora-bc64ff7/memora/server.py :1407
  • memory_store_document agentic-box-memora-bc64ff7/memora/server.py :1455
  • memory_get_document agentic-box-memora-bc64ff7/memora/server.py :1618
  • memory_delete_document agentic-box-memora-bc64ff7/memora/server.py :1712
  • memory_get agentic-box-memora-bc64ff7/memora/server.py :1798
  • memory_update agentic-box-memora-bc64ff7/memora/server.py :1847
  • memory_delete agentic-box-memora-bc64ff7/memora/server.py :1871
  • memory_tags agentic-box-memora-bc64ff7/memora/server.py :1899
  • memory_tag_hierarchy agentic-box-memora-bc64ff7/memora/server.py :1907
  • memory_validate_tags agentic-box-memora-bc64ff7/memora/server.py :1918
  • memory_hierarchy agentic-box-memora-bc64ff7/memora/server.py :1932
  • memory_semantic_search agentic-box-memora-bc64ff7/memora/server.py :1959
  • memory_hybrid_search agentic-box-memora-bc64ff7/memora/server.py :2018
  • memory_digest agentic-box-memora-bc64ff7/memora/server.py :2102
  • memory_rebuild_embeddings agentic-box-memora-bc64ff7/memora/server.py :2204
  • memory_related agentic-box-memora-bc64ff7/memora/server.py :2216
  • memory_rebuild_crossrefs agentic-box-memora-bc64ff7/memora/server.py :2233
  • memory_stats agentic-box-memora-bc64ff7/memora/server.py :2249
  • memory_insights agentic-box-memora-bc64ff7/memora/server.py :2256
  • memory_boost agentic-box-memora-bc64ff7/memora/server.py :2287
  • memory_link agentic-box-memora-bc64ff7/memora/server.py :2327
  • memory_unlink agentic-box-memora-bc64ff7/memora/server.py :2359
  • memory_clusters agentic-box-memora-bc64ff7/memora/server.py :2380
  • memory_find_duplicates agentic-box-memora-bc64ff7/memora/server.py :2404
  • memory_detect_supersessions agentic-box-memora-bc64ff7/memora/server.py :2500
  • memory_backfill_tags agentic-box-memora-bc64ff7/memora/server.py :2548
  • memory_merge agentic-box-memora-bc64ff7/memora/server.py :2585
  • memory_export agentic-box-memora-bc64ff7/memora/server.py :2670
  • memory_upload_image agentic-box-memora-bc64ff7/memora/server.py :2682
  • memory_migrate_images agentic-box-memora-bc64ff7/memora/server.py :2784
  • memory_export_graph agentic-box-memora-bc64ff7/memora/server.py :2905
  • memory_import agentic-box-memora-bc64ff7/memora/server.py :2932
  • memory_events_poll agentic-box-memora-bc64ff7/memora/server.py :2976
  • memory_events_clear agentic-box-memora-bc64ff7/memora/server.py :2996

declared dependencies 8

  • mcp@>=1.0.0
  • Pillow@>=10.4.0
  • boto3@>=1.28.0
  • filelock@>=3.12.0
  • openai@>=1.6.0
  • starlette@>=0.37.0
  • sse-starlette@>=2.1.0
  • uvicorn@>=0.30.0