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 bytes997,353
Previous version6.2.1
Published2024-06-05T08:49:19.094Z
SHA-2566a702fc726f56c1003560516988926743729e2dbabdcbb019c5f5aaa23e791e3

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/tools/npm/index.cjsmatched ".npmrc"5
lowLarge Javascript Payloadpackage/tools/yarn/files/yarn-4.2.2.cjs2742929 bytes0

Manifest

Package metadata

Scripts19
  • buildrun-p "build:*"
  • build:jsecho no-need
  • cleanrun-p "clean:*"
  • clean:distdel-cli dist
  • distrun-p "dist:*"
  • dist:npmnp --yolo --no-yarn
  • fixrun-p "fix:*"
  • fix:eslintyarn lint:eslint --fix
  • fix:markdownmarkdownlint-cli2 --fix
  • fix:package-jsonsort-package-json "package.json" "packages/*/package.json"
  • fix:prettieryarn lint:prettier --write
  • install-to-machinenpm install --global anything-config-fisker
  • lintrun-p "lint:*"
  • lint:eslinteslint "**/*.{js,jsx,mjs,cjs,vue}"
  • 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
Dependencies15
  • ansi-colors4.1.3
  • babel-plugin-transform-async-to-promises0.8.18
  • cp-file11.0.0
  • del7.1.0
  • enquirer2.4.1
  • esm-utils4.3.0
  • execa9.1.0
  • has-yarn3.0.0
  • is-path-in-cwd^4.0.0
  • is-path-inside^4.0.0
  • latest-version9.0.0
  • read-pkg9.0.1
  • sort-keys5.0.0
  • update-notifier7.0.0
  • write-pkg7.0.0