ClawAudit verdict
knowledge-base-framework
A local knowledge-base framework using SQLite and ChromaDB for hybrid search and indexing; all operations are local with optional user-configured LLM backends (Ollama/HuggingFace), no external exfiltration.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
file_read
package_install
Findings (14)
References sudo — requests elevated privileges
INSTALL.md · code · sudo
Uses eval() — can execute arbitrary code
kb/biblio/engine/transformers_engine.py · prose · downgraded · eval(
Pipe to python — executes piped content as Python code
kb/DOCSTRING_INVENTORY.md · prose · downgraded · | Python
Accesses sensitive system files
kb/scripts/sanitize.py · prose · downgraded · /etc/passwd
Sets world-executable permissions
HOW_TO_KB.md · code · chmod 755
apt-get install — installs system packages
install.sh · prose · downgraded · apt-get install
Instructs covert action — may act without user awareness
kb/framework/chroma_integration.py · prose · downgraded · silently
subprocess execution — runs system commands from Python
kb/scripts/index_pdfs.py · prose · downgraded · subprocess.run(
Python os.getenv — reads environment variable
kb/__main__.py · prose · downgraded · os.getenv(
importlib.import_module — dynamic module loading
kb/biblio/__init__.py · prose · downgraded · importlib.import_module(
Python os.environ.get — reads environment variable
kb/biblio/config.py · prose · downgraded · os.environ.get(
Python urllib.request — network access
kb/biblio/engine/ollama_engine.py · prose · downgraded · urllib.request
Popular HTTP library — network access
kb/biblio/generator/test_parallel.py · prose · downgraded · got
Python shutil file operation — copies/moves/deletes files
kb/biblio/scheduler/task_scheduler.py · prose · downgraded · shutil.move(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
package_installfile_read Is this flag fair?
Thanks — recorded.