Li PhotoIndexWithLLM

PassAudited by VirusTotal on May 17, 2026.

Findings (1)

The Photo Search Skill is a well-documented and legitimate tool designed for indexing and searching local photos using Vision-Language (VL) models. The core logic in `skill.py` handles directory scanning, metadata storage in a local SQLite database, and image analysis via LLM APIs (defaulting to a local LM Studio instance). The code includes robust privacy controls, such as a mandatory user confirmation prompt in `VLClient.analyze_image` before any data is sent to remote endpoints like OpenRouter. No evidence of malicious intent, data exfiltration, or prompt injection was found; the script's behavior is entirely consistent with its stated purpose of providing a searchable photo index.