Back to Home
sujal-maheshwari2004 icon

ToolStore

by sujal-maheshwari2004

Overview

A proof-of-concept pipeline for automatic tool discovery, toolchain assembly, and agentic reasoning powered by semantic search and LLMs.

Installation

Run Command
python main.py

Security Notes

The pipeline clones and executes Python code from arbitrary GitHub repositories identified via semantic search (`main_pipeline/tool_loader.py` and `main_pipeline/mcp_builder.py`). This poses a significant supply chain security risk, as malicious code in a cloned repository would be directly integrated and run within the auto-generated `mcp_unified_server.py`. The project explicitly states it's a 'proof of concept' and 'not meant for production' due to these and other limitations. While it uses `ast` for parsing, the direct execution of external code is a critical vulnerability.

Similar Servers

Stats

Interest Score36
Security Score2
Cost ClassLow
Avg Tokens300
Stars1
Forks2
Last Update2025-11-26

Tags

Agentic AITool OrchestrationSemantic SearchLangGraphOllama