SSpreadsheet MCP Server (@zephyr-mcp/spreadsheet)A TypeScript-based Model Context Protocol (MCP) server for viewing, filtering, sorting, and updating CSV/XLSX spreadsheet files via LLM or API integration.
mcp-so:spreadsheet-mcp_ZephyrDeng
View sourceFirst Seen
Feb 18, 2026
Last Scanned
Feb 18, 2026
Findings
2
Score
100/100
Findings (2)
Detects npx executing packages from unverified sources without pinned versions
npx @zephyr-mcp/spreadsheet
Pin the npx package to an exact version (e.g., npx @scope/package@1.2.3). Unversioned npx commands can silently install a different or malicious package version.
Likely FP if the npx command targets a well-known package in documentation context, though unpinned versions are a real supply chain concern.
Detects npx executing packages from unverified sources without pinned versions
npx @zephyr-mcp/spreadsheet
Pin the npx package to an exact version (e.g., npx @scope/package@1.2.3). Unversioned npx commands can silently install a different or malicious package version.
Likely FP if the npx command targets a well-known package in documentation context, though unpinned versions are a real supply chain concern.