github Python analyzed 48cac64

cognis-digital/leadforge

github

Lightweight MCP-native CRM pipeline with email sequences

maintainer
cognis-digital
licence
NOASSERTION
first seen
2026-06-13
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

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

code files: 27

filesystem 3

  • fs cognis-digital-leadforge-48cac64/leadforge/connect.py :76 text = sys.stdin.read() if a.input == "-" else open(a.input, encoding="utf-8").read()
  • fs cognis-digital-leadforge-48cac64/leadforge/core.py :84 with open(self.path, "r", encoding="utf-8") as fh:
  • fs (weak) cognis-digital-leadforge-48cac64/tests/test_smoke.py :23 os.remove(self.path) # engine treats missing file as empty

network 2

  • net cognis-digital-leadforge-48cac64/integrations/webhook.py :8 import argparse, json, sys, urllib.request
  • net cognis-digital-leadforge-48cac64/livesearch.py :28 import urllib.parse

tool registrations 1

  • leadforge_scan cognis-digital-leadforge-48cac64/leadforge/mcp_server.py :16

declared dependencies 3

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