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.

Weekly downloads
3,978Niche · −30% score
Versions published
24
First published
May 2026
Publisher
meinzeug

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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 bytes7,756
Previous version1.0.8
Published2026-05-24T09:21:43.856Z
SHA-25664f28d739cea12fb90766294ca3a26ec30d1a63b778307321c3922f3ba7b5628

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
3Score
1.0.9Version
Status history (4 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 24 -> 3
  2. availableavailable · risk high · score 24 · status available -> available, risk high -> high, score 35 -> 24
  3. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 60 -> 35
  4. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

meinzeug

17 members · evidence strength 76
Repeated static TTPstale

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

17 members · evidence strength 82

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
Dependencies4
  • @tauri-apps/api^2.5.0
  • lucide-react^0.468.0
  • react^18.3.1
  • react-dom^18.3.1