PkgRadar

Package evidence

@plmbr/[email protected]

New Account With Lifecycle Hook: package first published 18 day(s) ago, 5 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.

Weekly downloads
25
Versions published
5
First published
May 2026
Publisher
mbektas

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":["@plmbr/[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":["@plmbr/[email protected]"],"fail_on":"high"}'
Publishermbektas
Artifact bytes352,888
Previous version5.1.0-a.1
Published2026-06-07T17:29:56.056Z
SHA-256a4237de781fc0bcd272586bc5d2cc0a350c93de6f8ecbb4325bbd706294d9c89

Why flagged

What the scanner saw

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

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

high
Last checked
highRisk
25Score
5.1.0-a.2Version
Status history (1 event)
  1. newavailable · risk high · score 25 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

mbektas

5 members · evidence strength 77
Publisher / release actor burstcandidate

mbektas

5 members · max score 65

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 18 day(s) ago, 5 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="husky || exit 0"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 18 day(s) ago, 5 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="husky || exit 0"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="husky || exit 0"5

Manifest

Package metadata

Scripts28
  • buildjlpm build:lib && jlpm build:labextension:dev
  • build:labextensionjupyter labextension build .
  • build:labextension:devjupyter labextension build --development True .
  • build:libtsc --sourceMap
  • build:lib:prodtsc
  • build:prodjlpm clean && jlpm build:lib:prod && jlpm build:labextension
  • cleanjlpm clean:lib
  • clean:alljlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache
  • clean:labextensionrimraf notebook_intelligence/labextension notebook_intelligence/_version.py
  • clean:librimraf lib tsconfig.tsbuildinfo
  • clean:lintcacherimraf .eslintcache .stylelintcache
  • eslintjlpm eslint:check --fix
  • eslint:checkeslint . --cache --ext .ts,.tsx
  • install:extensionjlpm build
  • lintjlpm stylelint && jlpm prettier && jlpm eslint
  • lint:checkjlpm stylelint:check && jlpm prettier:check && jlpm eslint:check
  • postinstallhusky || exit 0
  • prettierjlpm prettier:base --write --list-different
  • prettier:baseprettier "**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}"
  • prettier:checkjlpm prettier:base --check
  • stylelintjlpm stylelint:check --fix
  • stylelint:checkstylelint --cache "style/**/*.css"
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
  • watchrun-p watch:src watch:labextension
  • watch:labextensionjupyter labextension watch .
  • watch:srctsc -w --sourceMap
Dependencies19
  • @codemirror/state^6.4.1
  • @codemirror/view^6.26.0
  • @jupyterlab/application^4.0.0
  • @jupyterlab/completer^4.0.0
  • @jupyterlab/coreutils^6.0.0
  • @jupyterlab/fileeditor^4.0.0
  • @jupyterlab/launcher~4.2.0
  • @jupyterlab/mainmenu^4.0.0
  • @jupyterlab/notebook^4.0.0
  • @jupyterlab/services^7.0.0
  • @jupyterlab/settingregistry^4.0.0
  • @jupyterlab/terminal^4.0.0
  • monaco-editor0.21.3
  • react-icons~5.6.0
  • react-markdown^9.0.1
  • react-syntax-highlighter^15.4.4
  • remark-gfm4.0.0
  • strip-ansi7.0.1
  • tiktoken1.0.18