PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 2 total version(s), has lifecycle hook

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
2
First published
Jun 2026
Publisher
jzthree

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["[email protected]"],"fail_on":"high"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["[email protected]"],"fail_on":"high"}'
Publisherjzthree
Artifact bytes650,390
Previous version0.1.0
Published2026-06-11T05:20:46.641Z
SHA-256ff950fd389920f353329100a96a400befca98cb28cdd3ebfd6b4771970673fcb

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 0 day(s) ago, 2 total version(s), has lifecycle hook

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
5Score
0.1.1Version
Status history (2 events)
  1. scan_erroravailable · risk high · score 5 · status scan_error -> available, risk none -> high, score none -> 5
  2. newscan_error · risk none · score · error sending request for url (https://registry.npmjs.org/nebula-notebook)

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 2 total version(s), has lifecycle hook25
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 2 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts18
  • auth:qrcd node-server && npm run auth:qr
  • buildvite build
  • devconcurrently --kill-others --kill-signal SIGTERM --raw "cd node-server && PORT=${VITE_API_PORT:-8000} npm run dev" "VITE_API_PORT=${VITE_API_PORT:-8000} vite"
  • mcpnpm --prefix packages/mcp run mcp
  • mcp:buildnpm --prefix packages/mcp run build
  • mcp:testnpm --prefix packages/mcp test
  • node-servercd node-server && npm run dev
  • node-server:buildcd node-server && npm run build
  • postinstallnode scripts/postinstall.cjs
  • prepublishOnlynpm run build && npm run node-server:build
  • previewvite preview
  • prodcd node-server && PORT=3000 npm run dev
  • setupnode setup.cjs
  • setup-mcpnpm --prefix packages/mcp run setup-mcp
  • startnpm run dev
  • stoplsof -ti:3000,3001,8000 | xargs kill -9 2>/dev/null; echo 'Servers stopped'
  • testvitest
  • test:runvitest run
Dependencies13
  • @fastify/cors^11.2.0
  • @fastify/multipart^9.4.0
  • @fastify/static^9.0.0
  • @fastify/websocket^11.2.0
  • @homebridge/node-pty-prebuilt-multiarch^0.14.0
  • better-sqlite3^11.0.0
  • fastify^5.8.2
  • jsonwebtoken^9.0.2
  • otplib^12.0.1
  • qrcode-terminal^0.12.0
  • uuid^9.0.1
  • ws^8.16.0
  • zeromq^6.4.2