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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 20 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/lib/configSet.js | matched ".npmrc" | 10 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/lib/configSet.js | matched ".npmrc" | 10 |
| low | Credential file access | package/lib/config.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/getConfigFileInfo.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts4
.testcross-env NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169" jestcompiletsgo --build && pn lint --fixlinteslint "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.12camelcase^9.0.0ini6.0.0lodash.kebabcase^4.1.1read-ini-file5.0.0render-help^2.0.0write-ini-file5.0.0write-yaml-file^6.0.0