sentinel-ai
Verified Safeby consigcody94
Overview
Provides real-time, pattern-based security scanning for code, specifically targeting vulnerabilities in AI-generated code, integrated via the Model Context Protocol.
Installation
node dist/index.jsSecurity Notes
The server's internal code appears secure and primarily focuses on detecting vulnerabilities in scanned code rather than introducing them. It uses `path.resolve()` for user-provided file paths, which helps mitigate simple path traversal but does not inherently sandbox file access; a malicious AI client could potentially request scans of sensitive system files if the server process has read permissions. No internal use of `eval` or `child_process.exec` with user input was observed. Communication occurs via standard I/O, limiting direct network attack vectors.
Similar Servers
UI-TARS-desktop
UI-TARS-desktop is a native GUI Agent application powered by multimodal AI models, enabling users to control their computer and browser through natural language instructions.
inspector
A web-based client and proxy server for inspecting and interacting with Model Context Protocol (MCP) servers, allowing users to browse resources, prompts, and tools, perform requests, and debug OAuth authentication flows.
mcp-grafana
Provides a Model Context Protocol (MCP) server for Grafana, enabling AI agents to interact with Grafana features such as dashboards, datasources, alerting, incidents, and more through a structured tool-based interface.
mcp-apache-spark-history-server
Connect AI agents to Apache Spark History Server for intelligent job analysis and performance monitoring.