mixedbread-search-agent-harness
Warn
Audited by Socket on Sep 8, 2026
1 alert found:
AnomalyAnomalyscripts/keyword_search.py
LOWAnomalyLOW
scripts/keyword_search.py
No direct evidence of intentional malware (no backdoor/persistence/eval/subprocess patterns) is present in this fragment. However, the code’s design can expose local corpus content: it reads user-provided .md/.txt files, packages paragraph text and source metadata into evidence/chunks, likely uses that evidence in a remote OpenAI-compatible API call (via run_episode), and also prints the resulting evidence JSON to stdout. Risk is therefore primarily privacy/data-exfiltration and depends heavily on the unseen search_loop.run_episode implementation and what data it transmits.
Confidence: 62%Severity: 56%
Audit Metadata