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.

Weekly downloads
78
Versions published
94Mature · −50% score
First published
Feb 2019
Publisher
fisker

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"}'
Publisherfisker
Artifact bytes9,745
Previous version8.0.0
Published2025-03-09T13:38:31.943Z
SHA-256deee1597c189d877f214e1d049635dde82b221eaf2c25ece94a071534bd50f3b

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/tools/npm/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts20
  • buildrun-p "build:*"
  • build:jsecho no-need
  • cleanrun-p "clean:*"
  • clean:distdel-cli dist
  • distrun-p "dist:*"
  • dist:npmrelease-it
  • fixrun-p --continue-on-error "fix:*"
  • fix:eslintyarn lint:eslint --fix
  • fix:markdownyarn lint:markdown --fix
  • fix:package-jsonsort-package-json "package.json" "packages/*/package.json"
  • fix:prettierprettier . --write
  • install-to-machinenpm install --global anything-config-fisker
  • lintrun-p --continue-on-error "lint:*"
  • lint:eslinteslint .
  • lint:markdownmarkdownlint-cli2
  • lint:package-jsonyarn run fix:package-json --check
  • lint:prettierprettier . --check
  • preparehusky install
  • releaserun-s clean lint build fix dist install-to-machine
  • test-coverageecho no test yet
Dependencies7
  • enquirer2.4.1
  • esm-utils4.3.0
  • has-yarn3.0.0
  • latest-version9.0.0
  • nano-spawn0.2.0
  • node-style-text0.0.7
  • update-notifier7.3.1