Back to Home
eversinc33 icon

TriageMCP

by eversinc33

Overview

Enables an LLM to perform static analysis and triage of PE files using local security tools.

Installation

Run Command
python triage.py

Security Notes

The server allows an LLM to execute external binaries (FLOSS, UPX, CAPA) and access the local filesystem via user-controlled file paths. Without robust input validation, sanitization, or sandboxing mechanisms, a malicious or compromised LLM could potentially: 1) analyze arbitrary system files (information leak via `list_directory`, `get_hashes`, `get_pe_metadata` etc.), 2) attempt to unpack or modify critical system binaries (`upx_unpack`), or 3) exploit command injection vulnerabilities in the external tools if crafted file paths are passed directly to `subprocess` calls. The hardcoded tool paths also mean the setup is specific and not easily adaptable to different security contexts without code modification.

Similar Servers

Stats

Interest Score51
Security Score3
Cost ClassMedium
Avg Tokens1000
Stars73
Forks5
Last Update2025-12-01

Tags

Malware AnalysisPE AnalysisStatic TriageLLM ToolSecurity