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.

Versions published
23Mature · −50% score
First published
Dec 2023
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 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"}'
Publisherbanou26
Artifact bytes6,065,811
Previous version0.6.0
Published2025-10-03T16:51:15.096Z
SHA-2560efe08a5aea4fc1213b899269938ac270dc808c558e7dc43a407658ff50f8c7e

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
0.6.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • buildnpm run copy-package && npm run make-docker && npm i ./dist && vite build && npm run build-worker && npm run types && npm run copy-wasm && npm remove libav
  • build-workervite build --config vite-worker.config.ts
  • copy-packagecopyfiles -u 2 ./src/build-config/package.json dist
  • copy-wasmcopyfiles -u 1 dist/*.wasm build && shx mv ./build/worker/index.d.ts ./build/worker.d.ts && shx rm -rf ./build/worker
  • devnpm i ./dist && concurrently "npm run dev-wasm-cmd" "npm run dev-web" "npm run worker-build-dev"
  • dev-wasmconcurrently "nodemon -e cpp --exec \"npm run make-docker\""
  • dev-wasm-cmdnodemon -e cpp --exec "npm run make-docker"
  • dev-webvite --port 1234
  • docker-cleandocker compose up --remove-orphans
  • make-dockerdocker-compose run libav-wasm make
  • previewvite preview
  • typestsc
  • vite-buildvite build
  • vite-build-devvite build --watch
  • worker-build-devnodemon -e ts --watch src/worker --exec "npm run build-worker"
Dependencies3
  • @types/emscripten^1.40.0
  • osra^0.1.2
  • p-queue^7.3.0