github Python analyzed bc92ad6 deep scan unknown

saagpatel/agent-bridge

github

SQLite-backed MCP server that gives your AI coding agents a shared memory bus — context, handoffs, and activity any MCP-speaking agent can read. On PyPI as AgenticBridge.

maintainer
saagpatel
licence
MIT
first seen
2026-06-20
last seen
2026-08-11
releases · 30d
0
short id

Drift inferred · capture-to-capture

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

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

tools

  • clear_handoff
  • create_handoff
  • export_markdown
  • get_all_sections
  • get_latest_snapshot
  • get_pending_handoffs
  • get_recent_activity
  • get_section
  • health
  • log_activity
  • pick_up_handoff
  • rebuild_index
  • recall_search
  • save_snapshot
  • status
  • update_section
skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit bc92ad6 · analyzer v33 · 1w ago

skills & prompt files 1

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

code files: 23

filesystem 4

  • fs saagpatel-agent-bridge-bc92ad6/src/agent_bridge/config.py :11 from pathlib import Path
  • fs saagpatel-agent-bridge-bc92ad6/src/agent_bridge/db.py :21 from pathlib import Path
  • fs saagpatel-agent-bridge-bc92ad6/src/agent_bridge/tools/export.py :12 from pathlib import Path
  • fs (weak) saagpatel-agent-bridge-bc92ad6/tests/test_config.py :3 from pathlib import Path

tool registrations 16

  • update_section saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :52
  • get_section saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :60
  • get_all_sections saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :66
  • log_activity saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :73
  • get_recent_activity saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :95
  • create_handoff saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :104
  • get_pending_handoffs saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :124
  • pick_up_handoff saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :130
  • clear_handoff saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :136
  • save_snapshot saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :143
  • get_latest_snapshot saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :153
  • recall_search saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :160
show 4 more
  • export_markdown saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :168
  • health saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :174
  • status saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :180
  • rebuild_index saagpatel-agent-bridge-bc92ad6/src/agent_bridge/server.py :186

declared dependencies 5

  • mcp@>=1.2,<2.0
  • aiosqlite@>=0.20
  • pytest@>=8.0
  • pytest-asyncio@>=0.24
  • ruff@>=0.6