Verifiable AI-agent identity + multi-hop delegation chains anchored to a human principal (the unsolved 2026 agent-auth gap)
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 16
filesystem 4
- fs cognis-digital-agentpassport-e99c7a6/agentpassport/cli.py :15
p = json.loads(open(a.passport).read()); print(json.dumps(delegate(p, a.child, a.scopes.split(","), a.key, ttl=a.ttl), indent=2)); return 0 - fs cognis-digital-agentpassport-e99c7a6/agentpassport/connect.py :73
text = sys.stdin.read() if a.input == "-" else open(a.input, encoding="utf-8").read() - fs (weak) cognis-digital-agentpassport-e99c7a6/scripts/build_demos.py :28
with open(path, "w", encoding="utf-8") as f: - fs (weak) cognis-digital-agentpassport-e99c7a6/tests/test_demos.py :17
with open(os.path.join(DEMOS, name, fname), encoding="utf-8") as f:
network 2
- net cognis-digital-agentpassport-e99c7a6/integrations/webhook.py :8
import argparse, json, sys, urllib.request - net cognis-digital-agentpassport-e99c7a6/livesearch.py :28
import urllib.parse
declared dependencies 3
- mcp@>=1.0
- cognis-connect@@ git+https://github.com/cognis-digital/cognis-connect.git
- pytest@>=8.0