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
- 41Mature · −50% score
- First published
- Apr 2022
- Publisher
- banou26
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
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts21
_devconcurrently "npm run build-watch" "npm run build-test-watch" "npm run test-watch"buildvite buildbuild-extension-testvite build --config vite.extension-test.config.tsbuild-extension-test-watchvite build --config vite.extension-test.config.ts --watchbuild-testvite build --config vite.test.config.tsbuild-test-watchvite build --config vite.test.config.ts --watchbuild-watchvite build --watchclean-coveragerimraf .nyc_output coveragedevconcurrently "npm run build-test-watch"dev2concurrently "npm run build-watch" "npm run build-test-watch" "npm run test-watch-headful"linux-run-playwrightxhost +local:docker && docker run -it --name playwright -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --network=host --ipc=host --shm-size=2gb --rm mcr.microsoft.com/playwright:v1.55.1-noble npx npx -y [email protected] run-server --port 8010 --host 0.0.0.0linux-testPW_TEST_CONNECT_WS_ENDPOINT=ws://127.0.0.1:8010/ npx playwright test -c playwright.linux.config.tslinux-test-watch-headfulnodemon --watch build --exec "PW_TEST_CONNECT_WS_ENDPOINT=ws://127.0.0.1:8010/ npx playwright test -c playwright.linux.config.ts"print-coveragenpx nyc reportstart-serverhttp-server -p 3000testnpm run build-test && npx playwright testtest-extensionnpm run build-extension-test && npx playwright test -c playwright.extension.config.tstest-watchset PWTEST_WATCH=1 & npx playwright testtest-watch-headfulnodemon --watch build --exec "npx playwright test --headed"test-with-coveragenpm run build-test && npx playwright test && npm run print-coverage && npm run clean-coveragetype-checktsgo --noEmit