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 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 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/type-syncer-DsY3u5qy.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts15
buildtsdownbuild:watchtsdown --watchdo:publishnpm run lint && npm run test && npm run build && npm publish --tag latestfixeslint --fix && npm run formatformatprettier --write 'src/**/*.ts'format:checkprettier --check 'src/**/*.ts'linteslint && tsc && npm run format:checklint:watchnodemon --exec npm run lintrelease:minornpm version minor && npm run do:publish && git push --follow-tagsrelease:patchnpm version patch && npm run do:publish && git push --follow-tagsrelease:prereleasenpm version prerelease && npm run do:publish && git push --follow-tagsrun-clinpm run build -- --silent && node bin/typesync.mjsrun-cli:drynpm run run-cli -- --drytestvitest runtest:watchvitest --ui
Dependencies10
ansis^3.17.0awilix^12.0.5detect-indent^7.0.1ini^4.1.3lilconfig^3.1.3npm-registry-fetch^18.0.2picospinner^3.0.0semver^7.7.0tinyglobby^0.2.12yaml^2.7.1