PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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 bytes110,010
Previous version10.1.0-rc.0
Published2026-05-21T22:23:23.381Z
SHA-25677ad4c033441427713e78c18826830599ed59cc0a162e5b755440aefffc56df7

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

high
Last checked
highRisk
30Score
10.1.0-rc.1Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/package/configExporter/buildValidator.jsmatched ".npmrc"30

Manifest

Package metadata

Scripts10
  • buildtsc && cp package/index.d.ts.template package/index.d.ts && node scripts/remove-use-strict.js && yarn prettier --write 'package/**/*.js' 'package/**/*.ts'
  • build:typestsc
  • clean:tsfind package -name '*.ts' -not -name '*.d.ts' | sed 's/\.ts$//' | xargs -I {} rm -f {}.js {}.d.ts {}.d.ts.map {}.js.map
  • knipknip
  • knip:productionknip --production
  • linteslint . --cache
  • lint:fasteslint . --config eslint.config.fast.js --cache
  • prepublishOnlyyarn build && yarn type-check
  • testjest
  • type-checktsc --noEmit
Dependencies5
  • js-yaml^4.1.0
  • pack-config-diff^0.1.0
  • path-complete-extname^1.0.0
  • webpack-merge^5.8.0
  • yargs^17.7.2