PkgRadar

Package evidence

[email protected]

no findings

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
24
Versions published
9
First published
Jul 2025
Publisher
bonree_psc

Recommended action

Looks clean — keep monitoring

No 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"}'
Publisherbonree_psc
Artifact bytes4,506,636
Previous version1.0.0
Published2026-01-22T02:24:47.646Z
SHA-256aca4ce18f4dd3732bee92a8a098cc91f6e5f49edf9808569a4681e8f005a23d1

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

low
Last checked
lowRisk
0Score
1.0.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts16
  • buildnpm run prod && npm run cdn && npm run types
  • cdnwebpack --config ./webpack.cdn.js
  • commitgit cz
  • devwebpack-dev-server --config ./webpack.dev.js
  • docs:builddumi build
  • lintlint-staged
  • preparehusky install
  • prettierprettier --write **/*.{js,jsx,tsx,ts,less,md,json}
  • prodwebpack --config ./webpack.prod.js
  • pub:bonreenpm publish --tag beta --registry http://10.241.150.42:8081/nexus/repository/npmhosted/
  • releaseesno scripts/publish.ts
  • release:docsesno scripts/docs.ts
  • startdumi dev
  • testecho "Error: no test specified" && exit 1
  • tsctsc --noEmit
  • typestsc --emitDeclarationOnly
Dependencies5
  • dayjs1.11.1
  • lodash-es4.17.21
  • merge-options3.0.4
  • react-resize-aware3.1.1
  • uuid^8.3.2