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.
- Versions published
- 24
- First published
- Feb 2026
- Publisher
- a4xrbj1
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":["@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"}'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 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/lib/electronApp.js | matched ".npmrc" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="path-exists lib/scripts/addToScripts.js && node lib/scripts/addToScripts || echo" | 5 |
Manifest
Package metadata
Scripts13
coverage-htmlnyc report --reporter=lcovdesktopmeteor-desktopgenerate-docsjsdoc2md skeleton/preload.js > docs/api/desktop.md && jsdoc2md skeleton/modules/module.js > docs/api/module.mdlinteslint lib scaffold skeleton testspostinstallpath-exists lib/scripts/addToScripts.js && node lib/scripts/addToScripts || echopostversionnpm run publish-npmprepare-integration-testsnode tests/integration/prepare.jspublish-npmnpm publish && git push origin master --tagspublish-npm-previewnpm publish --tag preview && git push origin master --tagstestcross-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" --watchupdate-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.2commander^14.0.3cross-spawn7.0.6install-local^4.1.0path-exists-cli^2.0.0semver^7.8.0terser^5.47.1