PkgRadar

Package evidence

@pnpm/[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
23
First published
Mar 2026
Publisher
pnpmuser

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":["@pnpm/[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":["@pnpm/[email protected]"],"fail_on":"review"}'
Publisherpnpmuser
Artifact bytes8,271
Previous version1100.0.20
Published2026-06-11T23:03:38.295Z
SHA-25631810f018ce3d01a34b4f398d4a872d54a4eb0ff9d7047aba50f869cb5eb58df

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

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts4
  • .testcross-env NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169" jest
  • compiletsgo --build && pn lint --fix
  • linteslint "src/**/*.ts" "test/**/*.ts"
  • testpn compile && pn .test
Dependencies15
  • @pnpm/cli.utils1101.0.11
  • @pnpm/config.reader1101.8.0
  • @pnpm/constants1100.0.0
  • @pnpm/error1100.0.0
  • @pnpm/object.key-sorting1100.0.0
  • @pnpm/object.property-path1100.1.0
  • @pnpm/text.naming-cases1100.0.1
  • @pnpm/workspace.workspace-manifest-writer1100.0.12
  • camelcase^9.0.0
  • ini6.0.0
  • lodash.kebabcase^4.1.1
  • read-ini-file5.0.0
  • render-help^2.0.0
  • write-ini-file5.0.0
  • write-yaml-file^6.0.0