PkgRadar

Package evidence

[email protected]

Credential file access: matched "NPM_TOKEN"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Artifact bytes224,582
Previous version0.10.1
Published2026-05-24T09:53:05.940Z
SHA-2565d42f30e5e29e0170a8d891698e07189483a5c9a2fe091a0bca33f84e1588be0

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/release.ymlmatched "NPM_TOKEN"30
mediumRemote Payloadpackage/release-please-config.jsonmatched "raw.githubusercontent.com"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/release.ymlmatched "NPM_TOKEN"30
mediumRemote Payloadpackage/release-please-config.jsonmatched "raw.githubusercontent.com"12
lowObfuscationpackage/test/credentials-crypto.test.tsmatched "Buffer.from(first, \"base64"3
lowObfuscationpackage/packages/server/src/lib/credentials-crypto.tsmatched "Buffer.from(encryptionKey, \"base64"3

Manifest

Package metadata

Scripts9
  • buildpnpm typecheck
  • fmtnode ./node_modules/oxfmt/dist/cli.js
  • fmt:checknode ./node_modules/oxfmt/dist/cli.js --check
  • knipknip
  • lintnode ./node_modules/oxlint/dist/cli.js .
  • lint:fixnode ./node_modules/oxlint/dist/cli.js --fix .
  • testvitest run --coverage
  • test:watchvitest
  • typechecktsc -p tsconfig.json --noEmit
Dependencies6
  • @electric-sql/pglite^0.2.17
  • drizzle-orm^0.44.1
  • oauth4webapi^3.8.5
  • okay-error^1.0.4
  • postgres^3.4.5
  • zod^4.3.6