github Python analyzed 1f78a94

cognis-digital/modelroute

github

Local model router / proxy across Ollama, vLLM, and cloud with fallback

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

Drift inferred · capture-to-capture

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

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

tools

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

code files: 27

filesystem 2

  • fs cognis-digital-modelroute-1f78a94/modelroute/cli.py :39 with open(args.messages_file, "r", encoding="utf-8") as fh:
  • fs cognis-digital-modelroute-1f78a94/modelroute/connect.py :73 text = sys.stdin.read() if a.input == "-" else open(a.input, encoding="utf-8").read()

network 2

  • net cognis-digital-modelroute-1f78a94/integrations/webhook.py :8 import argparse, json, sys, urllib.request
  • net cognis-digital-modelroute-1f78a94/livesearch.py :28 import urllib.parse

tool registrations 1

  • modelroute_scan cognis-digital-modelroute-1f78a94/modelroute/mcp_server.py :16

declared dependencies 3

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