A local knowledge base for terminal and agent cli
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.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit 8f0a3f5 · analyzer v33 · 5d ago
skills & prompt files 1
- agent-rules xuj1nfan-knowledge_base-8f0a3f5/AGENTS.md
danger signals1
- dynamic code execution __import__() xuj1nfan-knowledge_base-8f0a3f5/src/kb/cli.py :154
__import__(name)
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 8
filesystem 7
- fs xuj1nfan-knowledge_base-8f0a3f5/src/kb/cli.py :6
import shutil - fs xuj1nfan-knowledge_base-8f0a3f5/src/kb/core.py :7
import shutil - fs xuj1nfan-knowledge_base-8f0a3f5/src/kb/importer.py :4
from pathlib import Path - fs xuj1nfan-knowledge_base-8f0a3f5/src/kb/mcp_server.py :26
with open(path, "rb") as handle: - fs xuj1nfan-knowledge_base-8f0a3f5/src/kb/metadata.py :8
from pathlib import Path - fs xuj1nfan-knowledge_base-8f0a3f5/src/kb/vectors.py :4
from pathlib import Path - fs (weak) xuj1nfan-knowledge_base-8f0a3f5/tests/test_core.py :5
from pathlib import Path
shell / exec 3
- shell xuj1nfan-knowledge_base-8f0a3f5/src/kb/cli.py :8
import subprocess - shell xuj1nfan-knowledge_base-8f0a3f5/src/kb/core.py :9
import subprocess - shell xuj1nfan-knowledge_base-8f0a3f5/src/kb/metadata.py :4
import subprocess
network 2
- net xuj1nfan-knowledge_base-8f0a3f5/src/kb/importer.py :61
import httpx # type: ignore - net xuj1nfan-knowledge_base-8f0a3f5/src/kb/metadata.py :10
from urllib.parse import quote
database 2
- db xuj1nfan-knowledge_base-8f0a3f5/src/kb/core.py :8
import sqlite3 - db xuj1nfan-knowledge_base-8f0a3f5/src/kb/importer.py :3
import sqlite3
declared dependencies 7
- mcp@>=1.0
- docling@>=2.0
- docling-core@>=2.24.0
- pymupdf@>=1.24
- lancedb@>=0.20
- sentence-transformers@>=3.0
- httpx@>=0.27