PkgRadar

Package evidence

@plmbr/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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 bytes334,146
Previous versionnone
Published2026-05-23T18:05:35.456Z
SHA-25612d2bbc83a622f2665a1dd9d154b5f18f60595095571b856fbd11105cd9efa39

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

high
Last checked
highRisk
84Score
5.0.0Version
Status history (1 event)
  1. newavailable · risk high · score 84 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/lib/components/plugins-panel.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/lib/components/skills-panel.jsmatched "GITHUB_TOKEN"30
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/lib/components/plugins-panel.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/lib/components/skills-panel.jsmatched "GITHUB_TOKEN"30
lowObfuscationpackage/lib/chat-sidebar.jsmatched "\\u2716"3
lowObfuscationpackage/lib/components/claude-mcp-panel.jsmatched "\\u2026"3
lowObfuscationpackage/lib/components/claude-session-picker.jsmatched "\\u2026"3
lowObfuscationpackage/lib/components/launcher-picker.jsmatched "\\u2026"3
lowObfuscationpackage/lib/components/plugins-panel.jsmatched "\\u2014"3
lowObfuscationpackage/lib/components/skills-panel.jsmatched "\\u00B7"3
lowObfuscationpackage/lib/utils.jsmatched "\\u001b"3
lowObfuscationpackage/src/utils.tsmatched "\\u001b"3

Manifest

Package metadata

Scripts27
  • 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
  • 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