
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@prisma-next/cli-telemetry
Advanced tools
CLI telemetry client for Prisma Next: detached subprocess sender, gating resolution, user-config store, and consent surface
@prisma-next/cli-telemetryAnonymous CLI usage telemetry client for Prisma Next. Runs in a detached child process at command start, never blocks the parent, and silently swallows every error in the sending path.
$XDG_CONFIG_HOME/prisma-next/config.json
(or platform equivalent), holding the consent flag (enableTelemetry) and
the per-installation random UUID (installationId). Atomic writes;
unknown fields preserved.PRISMA_NEXT_DISABLE_TELEMETRY, DO_NOT_TRACK=1), the stored
preference, and the default-off fallback when the file is missing.child_process.fork(..., { detached: true, stdio: ['pipe','ignore','ignore','ipc'] }),
pipe the payload over IPC, disconnect() + unref(), return to the
parent. The child enriches with system probes, POSTs to the backend
with a 1–2 s timeout, exits.~/Library/Preferences/ convention so
the path is test-overridable and consistent across platforms) and uses
%APPDATA% on Windows. child_process, node:crypto.randomUUID,
node:fs, node:os, node:path are the only inbound modules.The endpoint URL is a module-level constant pinned to the deployed
backend. For local-development testing, set
PRISMA_NEXT_TELEMETRY_ENDPOINT to override the destination URL
(used by the integration tests to spin up a mock HTTP server on an
ephemeral port). This is an integration-testing affordance, not a
public knob: do not surface it in user-facing docs.
FAQs
CLI telemetry client for Prisma Next: detached subprocess sender, gating resolution, user-config store, and consent surface
The npm package @prisma-next/cli-telemetry receives a total of 15,124 weekly downloads. As such, @prisma-next/cli-telemetry popularity was classified as popular.
We found that @prisma-next/cli-telemetry demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.