PkgRadar

Package evidence

@mertushka/[email protected]

Install-time lifecycle script: install="node scripts/install-native.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
1
First published
May 2026
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 bytes77,822
Previous versionnone
Published2026-05-30T13:39:55.073Z
SHA-256deecab189c5835c4629dcc8e8db3ebbf6cd710e63ce97af569fb857b5a4c3631

Why flagged

What the scanner saw

Install-time lifecycle script: install="node scripts/install-native.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
0.1.0-alpha.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="node scripts/install-native.js"5

Manifest

Package metadata

Scripts26
  • api:checknode scripts/check-api-surface.js
  • buildcmake-js compile
  • checkbiome check .
  • ci:evidencenode scripts/write-ci-evidence.js
  • ci:evidence:checknode scripts/check-ci-evidence.js
  • cleancmake-js clean
  • example:datachannelnode examples/datachannel.js
  • formatbiome format --write .
  • format:checkbiome format .
  • installnode scripts/install-native.js
  • lintbiome lint .
  • native:checknode scripts/check-native-integration.js
  • pack:checknode scripts/check-package-artifact.js
  • prebuild:checknode scripts/check-prebuilds.js
  • prebuild:packagenode scripts/package-prebuild.js
  • testnode --test --test-force-exit --test-timeout=30000 test/basic.test.js test/ci-evidence.test.js
  • types:checktsc -p tsconfig.types.json
  • wpt:checknode scripts/check-wpt-results.js
  • wpt:check:strictnode scripts/check-wpt-results.js --fail-on-retries
  • wpt:ensurenode scripts/ensure-wpt.js
  • wpt:manifestnode scripts/print-wpt-manifest.js
  • wpt:reportnode scripts/write-wpt-report.js
  • wpt:selection:checknode scripts/check-wpt-selection.js
  • wpt:smokenode scripts/run-wpt-smoke.js
  • wpt:smoke:checknode scripts/check-wpt-results.js --fail-on-retries --expected-total 4
  • wpt:testnode scripts/run-wpt-subset.js
Dependencies4
  • cmake-js^8.0.0
  • detect-libc^2.1.2
  • node-addon-api^8.3.1
  • tar^7.5.15