Photo Index With LLM

PassAudited by VirusTotal on May 16, 2026.

Findings (1)

The Photo Search Skill is a legitimate tool designed to index and search photos using Vision-Language (VL) models. The core logic in `skill.py` uses standard libraries (sqlite3, requests) to maintain a local metadata index and communicate with LLM endpoints. The bundle is exceptionally well-documented, featuring dedicated privacy guides (`PRIVACY.md`, `PRIVACY_GUIDE.md`) that warn users about the risks of remote data transmission and a code-level confirmation check in the `VLClient` class to prevent unauthorized photo uploads to remote servers. No evidence of malicious intent, obfuscation, or data exfiltration was found.