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.

Versions published
99Mature · −50% score
First published
Aug 2020
Publisher
owlstronaut

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":["@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 bytes40,928
Previous version10.9.0
Published2026-05-20T20:27:48.897Z
SHA-256c46afb672e42381ebec13b29e74d74bc1fabe679d6abc0204b307c1ef434d87b

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
5Score
10.9.1Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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