A prokaryotic architecture for LLM agent ecosystems: horizontal capability transfer with an immune system, dormancy that costs nothing, and epidemiological measurement of how agent capabilities actually spread.
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: 20
filesystem 3
- fs sammyghe-pangenome-c8a2aeb/pangenome/chromosome.py :23
from pathlib import Path - fs sammyghe-pangenome-c8a2aeb/pangenome/organism.py :28
from pathlib import Path - fs sammyghe-pangenome-c8a2aeb/pangenome/store.py :17
from pathlib import Path
network 2
- net sammyghe-pangenome-c8a2aeb/pangenome/observers/github_skills.py :17
import urllib.parse - net sammyghe-pangenome-c8a2aeb/pangenome/safety.py :25
import urllib.error
secrets 2
- secrets sammyghe-pangenome-c8a2aeb/pangenome/chromosome.py :103
or bool(os.environ.get("PANGENOME_ROOT_KEY"))) - secrets sammyghe-pangenome-c8a2aeb/pangenome/observers/github_skills.py :40
self.token = os.environ.get("GITHUB_TOKEN") or os.environ.get("GH_TOKEN")
database 1
- db sammyghe-pangenome-c8a2aeb/pangenome/store.py :15
import sqlite3