ICUICU
low

ai.smithery/airmang-hwpx-mcp

v1.14.0

자동화하여 HWPX 문서의 로딩, 탐색, 편집, 검증을 한 번에 처리합니다. 문단·표·주석 추가, 텍스트 일괄 치환, 머리말·꼬리말 설정 등 반복 작업을 신속히 수행합니다. 기…

MCP RegistrysmitheryFirst seen Feb 24, 2026Source

8

Total

0

Critical

3

High

5

Medium

Findings

unknown
highSC-001Suspicious CommandsMedium ConfidenceLine 0

Subprocess execution

Detected by automated pattern matching (rule SC-001) with medium confidence. May be a false positive.

    137: def _run_hwp5proc_xml(hwp_path: Path) -> str:
    138:     try:
>>> 139:         completed = subprocess.run(
    140:             ["hwp5proc", "xml", "--format", "nested", str(hwp_path)],
    141:             check=False,
Report false positive
highSC-001Suspicious CommandsMedium ConfidenceLine 0

Subprocess execution

Detected by automated pattern matching (rule SC-001) with medium confidence. May be a false positive.

    159:         self.cwd = (cwd or config.server_cwd).resolve()
    160:         self.extra_env = extra_env or {}
>>> 161:         self._proc: subprocess.Popen[str] | None = None
    162:         self._stdout_thread: threading.Thread | None = None
    163:         self._stderr_thread: threading.Thread | None = None
Report false positive
highSC-001Suspicious CommandsMedium ConfidenceLine 0

Subprocess execution

Detected by automated pattern matching (rule SC-001) with medium confidence. May be a false positive.

    379: 
    380:         argv = _split_server_cmd(self.config.server_cmd)
>>> 381:         self._proc = subprocess.Popen(
    382:             argv,
    383:             cwd=str(self.cwd),
Report false positive
mediumEN-001unknownMedium ConfidenceLine 0

High-entropy string (4.7 bits/char) — possible encoded payload

Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.

Report false positive
mediumEN-001unknownMedium ConfidenceLine 0

High-entropy string (5.1 bits/char) — possible encoded payload

Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.

Report false positive
mediumEN-001unknownMedium ConfidenceLine 0

High-entropy string (4.6 bits/char) — possible encoded payload

Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.

Report false positive
mediumEN-001unknownMedium ConfidenceLine 0

High-entropy string (4.7 bits/char) — possible encoded payload

Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.

Report false positive
mediumEN-001unknownMedium ConfidenceLine 0

High-entropy string (4.6 bits/char) — possible encoded payload

Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.

Report false positive

Scan History

DateRiskFindings
Feb 26, 2026low8
Feb 24, 2026low8