Back to Home
jaeuk-mrt icon

mrt-fe-review-washer

Verified Safe

by jaeuk-mrt

Overview

Provides an MCP server to store, retrieve, and manage frontend code review findings as actionable tasks, with a focus on Korean language support and structured feedback based on defined coding standards.

Installation

Run Command
node /ABS/PATH/TO/mrt-fe-review-washer/dist/index.js

Environment Variables

  • PROJECT_ROOT
  • DATA_DIR
  • CUSTOM_RULES_PATH

Security Notes

The server uses `execFileAsync` for `git diff` and various file system operations (`fs.mkdir`, `fs.writeFile`, `fs.readFile`, `fs.readdir`, `fs.unlink`). While `execFileAsync` is generally safer than `exec` against shell injection for well-separated arguments, allowing `PROJECT_ROOT`, `DATA_DIR`, or `CUSTOM_RULES_PATH` environment variables (or the `repoPath` tool parameter) to point to arbitrary sensitive paths could potentially lead to unauthorized file access or deletion. This risk is mitigated by assuming the user/host provides trusted environment configurations. No 'eval', hardcoded secrets, or direct network listening (beyond standard I/O for the MCP protocol) were found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens40000
Stars0
Forks0
Last Update2026-01-19

Tags

Code ReviewTask ManagementFrontendGit DiffMCP Server