PkgRadar

Package evidence

@r2d2bzh/[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
70
Versions published
68Mature · −50% score
First published
Jun 2021
Publisher
r2d2-bzh

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":["@r2d2bzh/[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":["@r2d2bzh/[email protected]"],"fail_on":"review"}'
Publisherr2d2-bzh
Artifact bytes11,723
Previous version5.2.0
Published2026-02-16T15:08:57.970Z
SHA-25696c0285b91b01d09a16db920fcfa05ffbb5f8fe82323707ee566fd2867c14de5

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/tweak-configuration-files/npm.jsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="[ \"$(dirname \"${npm_package_json}\")\" = \"${INIT_CWD}\" ] && r2d2bzh-js-rules || r2d2bzh-js-backend-rules --git-parent"5

Manifest

Package metadata

Scripts7
  • linteslint .
  • postinstall[ "$(dirname "${npm_package_json}")" = "${INIT_CWD}" ] && r2d2bzh-js-rules || r2d2bzh-js-backend-rules --git-parent
  • pretestmkdir -p test/.git
  • testnpm run testCWD && npm run testGitParent && npm run testCompose
  • testCWDcd test && ../bin.js --no-npm-install
  • testComposecd test && docker compose config | sed "s/ID: ['\"][0-9]*['\"]/ID: 'IDIDIDID'/; s#$PWD#/home/hostuser/project#g" > docker-compose-config.yml
  • testGitParentcd test/dev && ../../bin.js --no-color --no-npm-install --git-parent
Dependencies9
  • @r2d2bzh/js-rules^2.0.2
  • filehound^1.17.6
  • find-up^7.0.0
  • git-remote-origin-url^4.0.0
  • js-yaml^4.1.0
  • kleur^4.1.5
  • p-memoize^8.0.0
  • release-it^19.2.4
  • yargs^18.0.0