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"}'
Publisherrez
Artifact bytes45,511
Previous version1.9.8
Published2026-03-23T20:00:00.997Z
SHA-256005a0f15ca30f4987f1dc2f891b133c49ec40fd6b5243e7700fd81fc15dc2a7d

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
42Score
1.9.9Version
Status history (1 event)
  1. newavailable · risk high · score 42 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

rez

3 members · evidence strength 62

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/publish.ymlmatched "NPM_TOKEN"30
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/publish.ymlmatched "NPM_TOKEN"30
lowObfuscationpackage/eslint.config.jsmatched "\\u0000"3
lowObfuscationpackage/src/commons/constants.tsmatched "\\u0020"3
lowObfuscationpackage/api/server.tsmatched "\\x1b"3
lowObfuscationpackage/vite.config.tsmatched "\\x1b"3

Manifest

Package metadata

Scripts14
  • apinode dist/api/server.js
  • buildpnpm run build:client && pnpm run build:api
  • build:apitsc --project tsconfig.api.json
  • build:clienttsc -b && vite build
  • devvite
  • linteslint --fix .
  • lint:cssstylelint --fix 'src/**/*.css'
  • lint:depsknip --dependencies
  • prettifyprettier --write .
  • prodvite preview --port 4173
  • startpnpm run-p start:dev start:api
  • start:apinodemon api/server.ts
  • start:devpnpm run dev
  • start:prodpnpm run build && pnpm run-p prod api
Dependencies8
  • @mistralai/mistralai^2.1.2
  • dotenv^17.3.1
  • openai^6.32.0
  • react^19.2.4
  • react-dom^19.2.4
  • react-markdown^10.1.0
  • react-router-dom^7.13.2
  • zustand^5.0.12