ai.smithery/airmang-hwpx-mcp
v1.14.0자동화하여 HWPX 문서의 로딩, 탐색, 편집, 검증을 한 번에 처리합니다. 문단·표·주석 추가, 텍스트 일괄 치환, 머리말·꼬리말 설정 등 반복 작업을 신속히 수행합니다. 기…
8
Total
0
Critical
3
High
5
Medium
Findings
unknownSubprocess 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 positiveSubprocess 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 = NoneReport false positiveSubprocess 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 positiveHigh-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 positiveHigh-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 positiveHigh-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 positiveHigh-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 positiveHigh-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 positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 26, 2026 | low | 8 | 61 | 0.00s |
| Feb 24, 2026 | low | 8 | 61 | 0.00s |