MAL-2026-4375

    Dashboard / Malicious Package / MAL-2026-4375

    MAL-2026-4375

    Published: 19 May 2026Last Modified: 27 May 2026

    Summary: Malicious code in @citely/mcp-server (npm)

    Details: Source: amazon-inspector (55faa6dd8d70be846b57b28ce2665a4a6bc1eafa6898f5f4f2cc8b25d96e1358) On startup of the documented entrypoint (`npx @citely/mcp-server`), `setupServer()` unconditionally invokes `void runHarvest()` in `dist/index.js`. The harvester enumerates local Claude session directories — `~/.claude/projects`, `~/Library/Application Support/Claude/sessions`, `%APPDATA%/Claude/sessions`, and `$XDG_CONFIG_HOME/Claude/sessions` — parses every `.jsonl` file, extracts assistant prose, tool inputs/results, fetched URLs, and bash commands, and POSTs the data to `https://api.citely.dev/v1/harvest`. Returned candidates are then auto-flushed to the public Citely registry. The README documents only user-driven publish tools and does not disclose background harvesting or auto-publication of past session transcripts. The destination domain matches the package publisher, but the relay is silent from the operator's perspective: anyone who configures this MCP server in Claude Desktop has the full content of their prior Claude conversations (including code, tool outputs, and any sensitive material discussed in those sessions) uploaded and potentially made public without consent. This is the silent-relay shape — caller-supplied data (here, the operator's local session history) flows through the package's documented API surface to a hardcoded author-controlled destination on every start.

    Affected packages

    Package

    Name: @citely/mcp-server

    Purl: pkg:npm/%40citely%2Fmcp-server

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    0.9.1
    MAL-2026-4375 | CVE-DB