PkgRadar

Package evidence

@mertushka/[email protected]

Install-time lifecycle script: install="prebuild-install -r napi || (npm install --ignore-scripts --production=false && npm run _prebuild)"

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
31
Versions published
8
First published
Jun 2025
Publisher
mertushka

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":["@mertushka/[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":["@mertushka/[email protected]"],"fail_on":"review"}'
Publishermertushka
Artifact bytes87,843
Previous version0.34.0
Published2025-06-25T01:33:47.985Z
SHA-25680395cd885de08ab1ee4f8d5bc85b024ae6b25f47d627494e5af3738a2ba0294

Why flagged

What the scanner saw

Install-time lifecycle script: install="prebuild-install -r napi || (npm install --ignore-scripts --production=false && npm run _prebuild)"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.35.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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.jsoninstall="prebuild-install -r napi || (npm install --ignore-scripts --production=false && npm run _prebuild)"5

Manifest

Package metadata

Scripts19
  • _prebuildprebuild -r napi --backend cmake-js
  • buildnpm run compile && npm run build:tsc
  • build:debugnpm run compile:debug && npm run build:tsc
  • build:tscrimraf dist && rollup -c
  • build:tsc:watchrollup -c -w
  • cleanrimraf dist build
  • compilecmake-js build
  • compile:debugcmake-js configure -D && cmake-js build -D
  • installprebuild-install -r napi || (npm install --ignore-scripts --production=false && npm run _prebuild)
  • install:gnunpm run clean && npm install --ignore-scripts --production=false && cmake-js configure --CDUSE_GNUTLS=1 && cmake-js build
  • install:nicenpm run clean && npm install --ignore-scripts --production=false && cmake-js configure --CDUSE_NICE=1 && cmake-js build
  • linteslint . --ext .ts --ext .mts
  • prepacknpm run build:tsc
  • prettierprettier --write .
  • testNODE_OPTIONS=--experimental-vm-modules jest
  • test:watchNODE_OPTIONS=--experimental-vm-modules jest --watch
  • test:wptnpm run run:wpt:server & (sleep 8 && (npm run run:wpt:test | tee test/wpt-tests/last-test-results.md) )
  • wpt:servercd test/wpt-tests/wpt && ./wpt serve
  • wpt:testts-node test/wpt-tests/index.ts
Dependencies1
  • prebuild-install^7.1.3