ClawAudit verdict

knowledge-base-framework

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

0
security
40
transparency
70
maintenance

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (14)

Pattern match high

References sudo — requests elevated privileges

INSTALL.md · code · sudo

Pattern match high

Uses eval() — can execute arbitrary code

kb/biblio/engine/transformers_engine.py · prose · downgraded · eval(

Pattern match high

Pipe to python — executes piped content as Python code

kb/DOCSTRING_INVENTORY.md · prose · downgraded · | Python

Pattern match high

Accesses sensitive system files

kb/scripts/sanitize.py · prose · downgraded · /etc/passwd

Pattern match medium

Sets world-executable permissions

HOW_TO_KB.md · code · chmod 755

Pattern match medium

apt-get install — installs system packages

install.sh · prose · downgraded · apt-get install

Pattern match medium

Instructs covert action — may act without user awareness

kb/framework/chroma_integration.py · prose · downgraded · silently

Pattern match medium

subprocess execution — runs system commands from Python

kb/scripts/index_pdfs.py · prose · downgraded · subprocess.run(

Pattern match low

Python os.getenv — reads environment variable

kb/__main__.py · prose · downgraded · os.getenv(

Pattern match low

importlib.import_module — dynamic module loading

kb/biblio/__init__.py · prose · downgraded · importlib.import_module(

Pattern match low

Python os.environ.get — reads environment variable

kb/biblio/config.py · prose · downgraded · os.environ.get(

Pattern match low

Python urllib.request — network access

kb/biblio/engine/ollama_engine.py · prose · downgraded · urllib.request

Pattern match low

Popular HTTP library — network access

kb/biblio/generator/test_parallel.py · prose · downgraded · got

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API