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 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":["@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"}'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 6 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/src/javascript/node-resolution-result.ts | matched ".npmrc" | 10 |
| medium | Credential file access | package/dist/javascript/node-resolution-result.js | matched ".npmrc" | 10 |
Manifest
Package metadata
Scripts10
buildtsc --build tsconfig.build.jsonbuild:fixturestsc --build fixtures/tsconfig.jsonci:testnpm run typecheck && vitest rundevtsc --watch -p tsconfig.jsonpostbuildbun -e "require('fs').chmodSync('dist/rpc/server.js', 0o755)" && npm linkprebuildbun -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.jstestnpm run typecheck && npm run build && vitest runtesthelpervitest runtypechecktsc --noEmit -p tsconfig.test.json
Dependencies12
@akashrajpurohit/snowflake-id^2.0.0@types/node^22.5.4commander^14.0.0diff^8.0.0jsonc-parser^3.3.1mutative^1.3.0picomatch^4.0.4semver^7.7.4tmp-promise^3.0.3typescript^5.8.3vscode-jsonrpc^8.2.1yaml^2.9.0
Optional dependencies2
@pyroscope/nodejs^0.4.0prettier^3.7.4