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
19,615Mainstream · −50% score
Versions published
3
First published
Apr 2026
Publisher
mccartney

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":["@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"}'
Publishermccartney
Artifact bytes26,383
Previous version0.14.3-moderne.3
Published2026-06-05T04:42:08.433Z
SHA-2564f61d8fc778fb1b767752a1de6359abf0a569a99c49fa0a36943e81c6cfc979a

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/type-syncer-DsY3u5qy.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts15
  • buildtsdown
  • build:watchtsdown --watch
  • do:publishnpm run lint && npm run test && npm run build && npm publish --tag latest
  • fixeslint --fix && npm run format
  • formatprettier --write 'src/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts'
  • linteslint && tsc && npm run format:check
  • lint:watchnodemon --exec npm run lint
  • release:minornpm version minor && npm run do:publish && git push --follow-tags
  • release:patchnpm version patch && npm run do:publish && git push --follow-tags
  • release:prereleasenpm version prerelease && npm run do:publish && git push --follow-tags
  • run-clinpm run build -- --silent && node bin/typesync.mjs
  • run-cli:drynpm run run-cli -- --dry
  • testvitest run
  • test:watchvitest --ui
Dependencies10
  • ansis^3.17.0
  • awilix^12.0.5
  • detect-indent^7.0.1
  • ini^4.1.3
  • lilconfig^3.1.3
  • npm-registry-fetch^18.0.2
  • picospinner^3.0.0
  • semver^7.7.0
  • tinyglobby^0.2.12
  • yaml^2.7.1