semantic-search
Audited by Socket on Feb 28, 2026
1 alert found:
SecurityThis skill is a developer-oriented semantic search helper that delegates work to a local CLI (odino) and an editor (code -g). The functionality aligns with the stated purpose (semantic search across a codebase) and uses expected capabilities: locating a project root, invoking odino queries, indexing, and opening files. There is no explicit malicious code such as downloads, reverse shells, or hard-coded secrets. Primary security concerns are operational/privacy: indexing an entire repository can capture sensitive files and secrets into a vector DB (.odino/chroma_db/) and the trust boundary depends on odino and the editor (their telemetry, remote model hosting, or sync features). To mitigate risk, users should confirm odino is installed from a trusted source, review odino's telemetry and network behavior before indexing sensitive repositories, restrict the set of files to index (ignore secrets), and avoid running index operations from unsafe working directories. Overall, the fragment is consistent with its purpose but carries moderate privacy/exposure risk if used without controls.