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
Scripts20
_devconcurrently "npm run build-watch" "npm run build-test-watch" "npm run test-watch"buildvite build && tsgo --declaration --emitDeclarationOnlybuild-extension-testnode build-extension-test.mjsbuild-testvite build --config vite.test.config.tsbuild-test-watchvite build --config vite.test.config.ts --watchbuild-watchvite build --watchcheck-consumer-typesnpm run build && tsgo --noEmit -p tsconfig.consumer.jsoncleanrimraf buildclean-coveragerimraf .nyc_output coveragedevconcurrently "npm run build-test-watch"dev2concurrently "npm run build-watch" "npm run build-test-watch" "npm run test-watch-headful"prepublishOnlynpm run clean && npm run buildprint-coveragenpx nyc reportstart-serverhttp-server -p 3000testnpm run build && npm 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-test --exec "npx playwright test --headed"test-with-coveragenpm run build-test && npx playwright test && npm run print-coverage && npm run clean-coveragetype-checktsgo --noEmit && tsgo --noEmit -p tsconfig.tests.json
Dependencies1
@types/webextension-polyfill^0.12.4