PkgRadar

Package evidence

@openrewrite/[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
27,338Mainstream · −50% score
Versions published
2,173Mature · −50% score
First published
Sep 2024
Publisher
GitHub ActionsTrusted automation · −70% score

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":["@openrewrite/[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":["@openrewrite/[email protected]"],"fail_on":"review"}'
Artifact bytes1,141,323
Previous version8.85.0-20260612-120727
Published2026-06-12T12:41:07.016Z
SHA-25629dd32eb3a8c7aee94c74c6cb62f0df40a7f4afe26570b74ab3d39a9379940fa

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/javascript/node-resolution-result.tsmatched ".npmrc"10
mediumCredential file accesspackage/dist/javascript/node-resolution-result.jsmatched ".npmrc"10

Manifest

Package metadata

Scripts10
  • buildtsc --build tsconfig.build.json
  • build:fixturestsc --build fixtures/tsconfig.json
  • ci:testnpm run typecheck && vitest run
  • devtsc --watch -p tsconfig.json
  • postbuildbun -e "require('fs').chmodSync('dist/rpc/server.js', 0o755)" && npm link
  • prebuildbun -e "require('fs').rmSync('dist',{recursive:true,force:true})" && bun -e "require('fs').rmSync('tsconfig.build.tsbuildinfo',{force:true})"
  • startnpm run build && node ./dist/rpc/server.js
  • testnpm run typecheck && npm run build && vitest run
  • testhelpervitest run
  • typechecktsc --noEmit -p tsconfig.test.json
Dependencies12
  • @akashrajpurohit/snowflake-id^2.0.0
  • @types/node^22.5.4
  • commander^14.0.0
  • diff^8.0.0
  • jsonc-parser^3.3.1
  • mutative^1.3.0
  • picomatch^4.0.4
  • semver^7.7.4
  • tmp-promise^3.0.3
  • typescript^5.8.3
  • vscode-jsonrpc^8.2.1
  • yaml^2.9.0
Optional dependencies2
  • @pyroscope/nodejs^0.4.0
  • prettier^3.7.4