Structural similarity-based code filter. Stops malicious code pattern reaching execution tools.
A structural similarity-based code security filter for MCP (Model Context Protocol). Blocks dangerous code patterns before they reach execution tools by comparing code structure against a blacklist of known-bad patterns. 1. Parse code to Concrete Syntax Tree (CST) using tree-sitter 2. Normalize by stripping identifiers and literals → structural skeleton 3. Embed the normalized structure via…
Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Forge no tiene ningún análisis registrado de esta entrada, así que no tiene ninguna observación de su superficie de herramientas. Eso es ausencia de pruebas, no prueba de que no exponga ninguna herramienta.
A structural similarity-based code security filter for MCP (Model Context Protocol). Blocks dangerous code patterns before they reach execution tools by comparing code structure against a blacklist of known-bad patterns. 1. Parse code to Concrete Syntax Tree (CST) using tree-sitter 2. Normalize by stripping identifiers and literals → structural skeleton 3. Embed the normalized structure via Ollama 4. Compare against blacklisted patterns in ChromaDB 5. Block if similarity exceeds threshold,…