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 bytes49,360
Previous version1.10.1
Published2026-05-24T22:49:16.926Z
SHA-256f424ec232a68f09e5c50994238653a53bf37f97e08b1729fdc25d0c14e202318

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.10.2Version
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 api/tsconfig.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.2.1
  • dotenv^17.4.2
  • openai^6.39.0
  • react^19.2.6
  • react-dom^19.2.6
  • react-markdown^10.1.0
  • react-router-dom^7.15.1
  • zustand^5.0.13