ICUICU
low

@negokaz/excel-mcp-server

v0.12.0

An MCP server that reads and writes spreadsheet data to MS Excel file

npmnegokazFirst seen Feb 22, 2026Source

3

Total

0

Critical

3

High

0

Medium

Findings

unknown
highSC-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 positive
highDO-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 positive
highSC-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 positive

Scan History

DateRiskFindings
Feb 25, 2026low3
Feb 23, 2026low3
Feb 22, 2026low3