github re-analysis due unconfirmed MCP

82ch/MCP-Dandan

github

MCP Security Solution for Agentic AI — real-time proxying, behavior analysis, and malicious tool detection

maintainer
82ch
license
MIT
first seen
2026-06-01
last seen
2026-06-04
releases · 30d
0
short id

Drift inferred · capture-to-capture

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

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

no tools enumerated yet for this server.

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

filesystem 7

  • fs 82ch-MCP-Dandan-0c177f5/config.py :51 with open(config_file, 'w', encoding='utf-8') as f:
  • fs 82ch-MCP-Dandan-0c177f5/database.py :4 from pathlib import Path
  • fs 82ch-MCP-Dandan-0c177f5/engines/tools_poisoning_engine.py :76 from pathlib import Path
  • fs 82ch-MCP-Dandan-0c177f5/event_hub.py :13 from pathlib import Path
  • fs 82ch-MCP-Dandan-0c177f5/mcp_python_install_certificates.py :55 os.remove(openssl_cafile)
  • fs 82ch-MCP-Dandan-0c177f5/server.py :13 from pathlib import Path
  • fs 82ch-MCP-Dandan-0c177f5/transports/config_finder.py :25 from pathlib import Path

shell / exec 4

  • shell 82ch-MCP-Dandan-0c177f5/cli_proxy.py :11 import subprocess
  • shell 82ch-MCP-Dandan-0c177f5/event_hub.py :64 import subprocess
  • shell 82ch-MCP-Dandan-0c177f5/mcp_python_install_certificates.py :20 import subprocess
  • shell 82ch-MCP-Dandan-0c177f5/server.py :55 import subprocess

network 5

  • net 82ch-MCP-Dandan-0c177f5/cli_proxy.py :12 import requests
  • net 82ch-MCP-Dandan-0c177f5/cli_remote_proxy.py :12 import aiohttp
  • net 82ch-MCP-Dandan-0c177f5/server.py :11 from aiohttp import web
  • net 82ch-MCP-Dandan-0c177f5/transports/stdio_handlers.py :9 from aiohttp import web
  • net 82ch-MCP-Dandan-0c177f5/websocket_handler.py :13 from aiohttp import web, WSMsgType

declared dependencies 9

  • aiohttp@>=3.9.0
  • requests@>=2.31.0
  • certifi@>=2024.0.0
  • aiofiles@>=23.0.0
  • aiosqlite@>=0.19.0
  • mistralai@>=1.0.0
  • yara-python@>=4.5.0
  • python-dotenv@>=1.0.0
  • pywin32@>=306; sys_platform == 'win32'