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
34Mature · −50% score
First published
Jul 2014
Publisher
kessler

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

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"}'
Publisherkessler
Artifact bytes677,115
Previous version6.8.1
Published2026-03-03T12:19:28.727Z
SHA-2563d17aea44feec208e959a9a411b2ec64094c2bbcb9a3e6283cc40157384f16c3

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
10Score
6.8.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/getNpmrc.jsmatched ".npmrc"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/getNpmrc.jsmatched ".npmrc"10
lowCredential file accesspackage/lib/config.jsmatched "NPM_TOKEN"5
lowCredential file accesspackage/lib/util.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts5
  • lintnpx eslint index.js lib/**/*.js test/**/*.js **/*.json
  • lint-commitscommitlint --from 59f5e4b90d2d --to HEAD --verbose
  • preparehusky
  • releasecommit-and-tag-version -i CHANGELOG.md --same-file
  • testnode --test --test-reporter=spec
Dependencies11
  • @kessler/tableify^1.0.2
  • debug^4.4.3
  • eol^0.10.0
  • find-up-simple^1.0.1
  • got^14.6.6
  • ini^6.0.0
  • rc^1.2.8
  • semver^7.7.4
  • tablemark^4.1.0
  • text-table^0.2.0
  • visit-values^2.0.0