Back to Home
electronart icon

TARILIO

by electronart

Overview

Desktop information retrieval with an integrated AI assistant, local LLM server, and Hugging Face LLM download capabilities, functioning as an MCP Client.

Installation

Run Command
dotnet run --project eSearch

Security Notes

The `setInnerHTML` function in `browser_init.js` is used to inject `customRenderHtml`, `CSS`, and `JS` provided by `window.ExtrasProvider`. If the content supplied by `ExtrasProvider` is derived from untrusted sources (e.g., user-provided documents, remote servers, or maliciously crafted local files), this presents a significant Cross-Site Scripting (XSS) vulnerability. The `tiff.min.js` file is a minified Emscripten output, making its underlying C/C++ code difficult to audit for security without original source. While `link_handler.js` properly opens external links in a separate browser, the overall dynamic content injection mechanism without explicit sanitization makes it risky.

Similar Servers

Stats

Interest Score12
Security Score4
Cost ClassHigh
Avg Tokens50000
Stars2
Forks1
Last Update2025-12-21

Tags

desktopsearchAILLMMCP Clientinformation retrievalHugging Face