PkgRadar

Package evidence

[email protected]

Credential file access: matched "NPM_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":["[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"}'
Publishernohsangwoo
Artifact bytes243,416
Previous version0.4.4
Published2026-05-24T04:09:45.785Z
SHA-256098a4bb133afadcfed30bf509819ea07a0ea95c869bc745544a1cc1f1f613a12

Why flagged

What the scanner saw

Credential file access: matched "NPM_TOKEN"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

nohsangwoo

2 members · evidence strength 50

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/core/missionLoop.jsmatched "NPM_TOKEN"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/core/missionLoop.jsmatched "NPM_TOKEN"30
lowObfuscationpackage/desktop-dist/assets/index-LQV-cNK0.jsmatched "\\u00C0"3

Manifest

Package metadata

Scripts9
  • buildnpm run build:cli && npm run build:desktop
  • build:clitsc
  • build:desktopvite build --config desktop/vite.config.ts
  • desktop:devvite --config desktop/vite.config.ts
  • devtsx src/index.ts
  • prebuild:clinode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})"
  • prepacknpm run build
  • startnode dist/index.js
  • testnpm run build && node dist/index.js doctor --path examples/hospital-homepage
Dependencies5
  • @xterm/xterm^6.0.0
  • commander^14.0.2
  • lucide-react^1.16.0
  • react^19.2.6
  • react-dom^19.2.6
Optional dependencies1
  • node-pty^1.1.0