chroma-hybrid-search
Warn
Audited by Snyk on Jul 18, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.65). Outsider-authored free text can enter the LLM context via
scripts/search.py→kb_reader.pyreadingcold-notes/raw.jsonl(read_cold_notesbuildstextfrom JSONLcontent), and thensearch.pyreturns thattextas retrieved context for the agent; this JSONL is written byscripts/write_cold.pyfrom conversation-derived--content/--topicfields that are not guaranteed to be authored by the operating user.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill calls huggingface_hub.hf_hub_download at runtime to fetch the ONNX model artifacts "intfloat/multilingual-e5-small" and "BAAI/bge-reranker-base", which are then loaded and executed by onnxruntime (remote model binaries fetched at runtime and used for inference), so these external repos control runtime behavior.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata