github Python analyzed 0f3cb05

cognis-digital/agentmap

github

Discover and map agent-to-agent / MCP communications and flag shadow AI

maintainer
cognis-digital
licence
NOASSERTION
first seen
2026-06-11
last seen
2026-06-30
releases · 30d
0
short id

Drift inferred · capture-to-capture

  1. HIGH code analysis flagged committed secret in cognis-digital/agentmap
  2. HIGH code analysis flagged committed secret in cognis-digital/agentmap
  3. HIGH code analysis flagged committed secret in cognis-digital/agentmap
capabilities 0 tools
transport stdio · http 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 0f3cb05 · analyzer v33 · 2w ago

danger signals1

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

code files: 11

filesystem 4

  • fs cognis-digital-agentmap-0f3cb05/agentmap/cli.py :55 with open(out, "w", encoding="utf-8") as fh:
  • fs cognis-digital-agentmap-0f3cb05/agentmap/connect.py :87 text = sys.stdin.read() if a.input == "-" else open(a.input, encoding="utf-8").read()
  • fs cognis-digital-agentmap-0f3cb05/agentmap/core.py :223 with open(path, "r", encoding="utf-8") as fh:
  • fs (weak) cognis-digital-agentmap-0f3cb05/tests/test_deep.py :29 with open(path, "w", encoding="utf-8") as fh:

shell / exec 1

  • shell (weak) cognis-digital-agentmap-0f3cb05/tests/test_smoke.py :5 import subprocess

network 1

  • net cognis-digital-agentmap-0f3cb05/livesearch.py :28 import urllib.parse

declared dependencies 5

  • mcp@>=1.0
  • cognis-connect@@ git+https://github.com/cognis-digital/cognis-connect.git
  • fastapi@>=0.110
  • uvicorn@>=0.27
  • pytest@>=8.0