Codebase Search
PassAudited by VirusTotal on Mar 29, 2026.
Findings (1)
The skill provides a legitimate semantic search tool for Python codebases using ChromaDB and Python's AST module for safe code parsing. The logic is transparent and aligns with the stated purpose of indexing and searching functions and classes. While there is a functional bug in `scripts/code_index.py` (a hardcoded internal import path `prsm.compute.nwtn.corpus.code_chunker` that would fail if the files are moved as suggested in the documentation), there is no evidence of malicious intent, data exfiltration, or prompt injection.
