low
@negokaz/excel-mcp-server
v0.12.0An MCP server that reads and writes spreadsheet data to MS Excel file
3
Total
0
Critical
3
High
0
Medium
Findings
unknownhighSC-005Suspicious CommandsMedium ConfidenceLine 0
Node.js child process spawning
Detected by automated pattern matching (rule SC-005) with medium confidence. May be a false positive.
36: Object.defineProperty(exports, "__esModule", { value: true });
37: const path = __importStar(require("path"));
>>> 38: const childProcess = __importStar(require("child_process"));
39: const BINARY_DISTRIBUTION_PACKAGES = {
40: win32_ia32: "excel-mcp-server_windows_386_sse2",Report false positivehighDO-BASunknownMedium ConfidenceLine 0
Decoded base64 content: ��N�s뢗�� ޱ���+
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positivehighSC-005Suspicious CommandsMedium ConfidenceLine 0
Node.js child process spawning
Detected by automated pattern matching (rule SC-005) with medium confidence. May be a false positive.
1: #!/usr/bin/env node
2: import * as path from 'path'
>>> 3: import * as childProcess from 'child_process'
4:
5: const BINARY_DISTRIBUTION_PACKAGES: any = {Report false positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 25, 2026 | low | 3 | 31 | 0.00s |
| Feb 23, 2026 | low | 3 | 31 | 0.00s |
| Feb 22, 2026 | low | 3 | 31 | 0.00s |