PkgRadar

Package evidence

@npmcli/[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
1,827,878Ubiquitous · −70% score
Versions published
99Mature · −50% score
First published
Aug 2020
Publisher
owlstronaut

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

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":["@npmcli/[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":["@npmcli/[email protected]"],"fail_on":"review"}'
Publisherowlstronaut
Artifact bytes43,194
Previous version10.10.0
Published2026-06-11T18:42:11.682Z
SHA-2563b0469ff4819a4788674c503e14811a19dde8ca2e859aadb4be5ec37e3f8c705

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
3Score
10.11.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/lib/definitions/definitions.jsmatched ".npmrc"5
lowCredential file accesspackage/lib/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts8
  • eslinteslint "**/*.{js,cjs,ts,mjs,jsx,tsx}"
  • lintnpm run eslint
  • lintfixnpm run eslint -- --fix
  • postlinttemplate-oss-check
  • posttestnpm run lint
  • snaptap
  • template-oss-applytemplate-oss-apply --force
  • testtap
Dependencies8
  • @npmcli/map-workspaces^5.0.0
  • @npmcli/package-json^7.0.0
  • ci-info^4.0.0
  • ini^6.0.0
  • nopt^9.0.0
  • proc-log^6.0.0
  • semver^7.3.5
  • walk-up-path^4.0.0