PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
56
First published
May 2026
Publisher
nuttyflavors

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publishernuttyflavors
Artifact bytes5,269,313
Previous version1.2.53
Published2026-06-08T23:53:18.001Z
SHA-25699a7e03a421c9a8327ab5a1e3eee17d37684d5f86b1fc933ac41624f3e1100ef

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.2.54Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/server/files/fileExplorerService.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts19
  • buildrm -rf dist/server dist/shared dist/scripts dist/src && tsc -p tsconfig.server.json && tsc -p tsconfig.scripts.json && vite build
  • ctlbash scripts/nterminalctl
  • deploy:localbash scripts/nterminalctl deploy
  • devtsx watch src/server/index.ts
  • generate:secretstsx scripts/generate-secrets.ts
  • onboardingnode bin/nterminal.js onboarding
  • pack:checknode scripts/check-npm-package.js
  • preonboardingnpm install
  • prepacknpm run build
  • prepublishOnlynpm run pack:check
  • service:logsbash scripts/nterminalctl logs
  • service:restartbash scripts/nterminalctl restart
  • service:startbash scripts/nterminalctl start
  • service:statusbash scripts/nterminalctl status
  • service:stopbash scripts/nterminalctl stop
  • startnode dist/server/index.js
  • testvitest run
  • test:e2enpm run build && playwright test
  • typechecktsc -p tsconfig.server.json --noEmit && tsc -p tsconfig.client.json --noEmit
Dependencies18
  • @dnd-kit/core^6.3.1
  • @dnd-kit/utilities^3.2.2
  • @fastify/cookie^11.0.2
  • @fastify/multipart^10.0.0
  • @fastify/static^9.1.3
  • @fastify/websocket^11.2.0
  • @xterm/addon-fit^0.11.0
  • @xterm/xterm^6.0.0
  • fastify^5.6.2
  • ipaddr.js^2.4.0
  • node-pty^1.1.0
  • otpauth^9.5.1
  • qrcode^1.5.4
  • react^19.2.0
  • react-dom^19.2.0
  • react-markdown^10.1.0
  • remark-gfm^4.0.1
  • ws^8.18.3