Back to Home
BrianLusina icon

image-research-assistant

by BrianLusina

Overview

An image research assistant that uses modular services for vision and Wikipedia lookups to answer user queries.

Installation

Run Command
python src/app/main.py

Environment Variables

  • GOOGLE_GEMINI_API_KEY

Security Notes

The `load_image_from_path` tool directly uses an unsanitized `file_path` argument to open files. If the agent is susceptible to prompt injection, a malicious user could potentially trick the agent into using this tool to read arbitrary files from the server's filesystem (Local File Inclusion/Disclosure). The Gradio UI exposes a web interface, which, if not properly secured, could make this vulnerability exploitable. While API keys are handled via environment variables (good practice), this file access vulnerability is critical.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-19

Tags

Image AnalysisResearch AssistantMultimodal AILLM AgentModular Services