PkgRadar

Package evidence

@mertushka/[email protected]

New Account With Lifecycle Hook: package first published 13 day(s) ago, 8 total version(s), has lifecycle hook

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
287
Versions published
8
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@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"}'
Artifact bytes52,894
Previous version0.1.5
Published2026-06-12T02:14:38.250Z
SHA-256b105cb89fb7d56262ec070bda68d205ed99b0eabcd436fca69350438c979dc79

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 13 day(s) ago, 8 total version(s), has lifecycle hook

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
0.1.6Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 13 day(s) ago, 8 total version(s), has lifecycle hook10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 13 day(s) ago, 8 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsoninstall="node scripts/install-native.js"5

Manifest

Package metadata

Scripts29
  • 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
  • e2e:chromenode test/e2e/run-chrome.js
  • 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
  • prebuild:symbols:checknode scripts/check-linux-addon-symbols.js
  • testnode --test --test-force-exit --test-timeout=30000 test/basic.test.js test/ci-evidence.test.js test/prebuild-integrity.test.js test/turn.test.js
  • tls:checknode scripts/check-tls-coexistence.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