PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./bin/postinstall.js"

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
May 2026
Publisher
meinzeug

Recommended action

Review before promoting

Mixed 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":["[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"}'
Publishermeinzeug
Artifact bytes9,997
Previous version1.0.23
Published2026-05-24T18:50:39.040Z
SHA-256e37e93d1f865f5190eefa0ee139ca26bd8a6c6cab4ad677d39ce23e5aa3cd993

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./bin/postinstall.js"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.0.24Version
Status history (3 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 35 -> 5
  2. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 60 -> 35
  3. newavailable · risk high · score 60 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./bin/postinstall.js"5

Manifest

Package metadata

Scripts11
  • buildnpm run build:package && vite build
  • build:packagetsc -p tsconfig.package.json
  • devvite --host 127.0.0.1
  • lintnpm run typecheck
  • postinstallnode ./bin/postinstall.js
  • prepublishOnlynpm run build && npm pack --dry-run
  • previewvite preview --host 127.0.0.1
  • tauri:buildGTK_MODULES='' LIBGL_ALWAYS_SOFTWARE=1 WEBKIT_DISABLE_DMABUF_RENDERER=1 tauri build
  • tauri:devGTK_MODULES='' LIBGL_ALWAYS_SOFTWARE=1 WEBKIT_DISABLE_DMABUF_RENDERER=1 tauri dev
  • testnpm run typecheck
  • typechecktsc --noEmit
Dependencies5
  • @ffmpeg-installer/ffmpeg^1.1.0
  • @tauri-apps/api^2.5.0
  • lucide-react^0.468.0
  • react^18.3.1
  • react-dom^18.3.1