Back to Home
phasetdev icon

phaset-mcp

Verified Safe

by phasetdev

Overview

Generates Phaset manifest files for software repositories by analyzing source code and project structure with AI.

Installation

Run Command
npx -y phaset-mcp

Security Notes

The server interacts with the local file system based on user-provided repository paths. It employs explicit ignore patterns for sensitive directories (`node_modules`, `.git`, `dist`, etc.), size limits (max 50KB per file, 15K total tokens for file content), and binary file detection to mitigate risks like resource exhaustion or processing of unexpected content. User input for file paths is validated to ensure it points to a directory. Regex patterns are constructed internally from glob patterns and are not directly exposed to user input. No direct use of `eval` or insecure command execution with user-controlled arguments was identified. The overall approach appears robust, but any direct file system interaction carries an inherent, albeit mitigated, risk.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens10000
Stars0
Forks0
Last Update2025-11-27

Tags

phasetmcp-serverai-code-analysismanifest-generationnode.js