Kami Image Search

PassAudited by VirusTotal on May 13, 2026.

Findings (1)

The kami-image-search skill is a legitimate tool designed to capture camera frames and provide natural language search capabilities via the Kamivision cloud API. The code in `image_search.py` is well-implemented, using safe practices for subprocess management, SQLite queries, and file handling (e.g., using `os.path.basename` to prevent path traversal). While `setup.sh` utilizes `sudo` to install the `ffmpeg` dependency, this is a standard requirement for the skill's video processing functionality and is clearly documented in `SKILL.md` and `README.md`.