
Security News
New Study Identifies 53 Slopsquatting Targets Across 5 Frontier LLMs
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.
@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 13,057 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
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.

Security News
The White House’s Gold Eagle Initiative aims to coordinate AI-discovered vulnerabilities, validate findings, and accelerate patching across critical software.

Security News
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.