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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | install="prebuild-install -r napi || (npm install --ignore-scripts --production=false && npm run _prebuild)" | 5 |
Manifest
Package metadata
Scripts19
_prebuildprebuild -r napi --backend cmake-jsbuildnpm run compile && npm run build:tscbuild:debugnpm run compile:debug && npm run build:tscbuild:tscrimraf dist && rollup -cbuild:tsc:watchrollup -c -wcleanrimraf dist buildcompilecmake-js buildcompile:debugcmake-js configure -D && cmake-js build -Dinstallprebuild-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 buildinstall:nicenpm run clean && npm install --ignore-scripts --production=false && cmake-js configure --CDUSE_NICE=1 && cmake-js buildlinteslint . --ext .ts --ext .mtsprepacknpm run build:tscprettierprettier --write .testNODE_OPTIONS=--experimental-vm-modules jesttest:watchNODE_OPTIONS=--experimental-vm-modules jest --watchtest: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 servewpt:testts-node test/wpt-tests/index.ts
Dependencies1
prebuild-install^7.1.3