PkgRadar

Package evidence

@a4xrbj1/[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
586
Versions published
27
First published
Feb 2026
Publisher
a4xrbj1

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":["@a4xrbj1/[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":["@a4xrbj1/[email protected]"],"fail_on":"review"}'
Publishera4xrbj1
Artifact bytes359,149
Previous version6.0.16
Published2026-05-30T09:46:16.235Z
SHA-2560f1f79936df4b0a1acd63b96e8b4d4e8c17ed2890c4e9bc32a596e37510f0389

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
10Score
6.0.17Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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/lib/electronApp.jsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="path-exists lib/scripts/addToScripts.js && node lib/scripts/addToScripts || echo"5

Manifest

Package metadata

Scripts13
  • coverage-htmlnyc report --reporter=lcov
  • desktopmeteor-desktop
  • generate-docsjsdoc2md skeleton/preload.js > docs/api/desktop.md && jsdoc2md skeleton/modules/module.js > docs/api/module.md
  • linteslint lib scaffold skeleton tests
  • postinstallpath-exists lib/scripts/addToScripts.js && node lib/scripts/addToScripts || echo
  • postversionnpm run publish-npm
  • prepare-integration-testsnode tests/integration/prepare.js
  • publish-npmnpm publish && git push origin master --tags
  • publish-npm-previewnpm publish --tag preview && git push origin master --tags
  • testcross-env NODE_ENV=test nyc mocha -t 10000 -r ./tests/helpers/clear.js "tests/+(unit|functional)/**/*.test.js"
  • test-integrationcross-env mocha -t 10000 "tests/+(integration)/**/*.test.js"
  • test-watchcross-env mocha -r ./tests/helpers/clear.js "tests/+(unit|functional)/**/*.test.js" --watch
  • update-locks(rmdir /S /Q node_modules || rm -rf node_modules || echo) && yarn && (rmdir /S /Q node_modules || rm -rf node_modules) && npm i
Dependencies10
  • @babel/core7.29.0
  • @babel/preset-env7.29.5
  • @babel/runtime7.29.2
  • @electron/asar^4.1.2
  • commander^14.0.3
  • cross-spawn7.0.6
  • install-local^4.1.0
  • path-exists-cli^2.0.0
  • semver^7.8.0
  • terser^5.47.1