PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 1 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.

Versions published
1
First published
Jun 2026
Publisher
rhalman

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherrhalman
Artifact bytes43,957
Previous versionnone
Published2026-06-13T16:24:35.047Z
SHA-2566bb9b5fc14c6b0410f56d0655524d107c09ca3e24bb43ca8f3b8ffcd23ff0750

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 0 day(s) ago, 1 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

high
Last checked
highRisk
5Score
0.1.0-beta.1Version
Status history (1 event)
  1. newavailable · risk high · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/patch-wdio.js"5

Manifest

Package metadata

Scripts16
  • buildwebpack --config ./webpack.config.js
  • build:coveragewebpack --env wdio=true --env coverage=true --config ./webpack.config.js
  • build:wdiowebpack --env wdio=true --config ./webpack.config.js
  • buildupmkdir -p coverage/raw && npm run build:coverage
  • compilewebpack --config ./webpack.config.js
  • pack:dry-runnpm pack --dry-run
  • packagewebpack --mode production --devtool hidden-source-map --config ./webpack.config.js
  • postinstallnode scripts/patch-wdio.js
  • postwdiopkill -9 -f 'wdio-vscode-service' 2>/dev/null || true
  • prepublishOnlynpm run package
  • prewdionode scripts/setup.js
  • testnpm run wdio
  • test-bootstrapnode --test test/bootstrap-extensions.test.js
  • test-compiletsc -p ./test/tsconfig.json --noEmit
  • watchwebpack --watch --config ./webpack.config.js
  • wdiowdio run ./wdio.conf.mts
Dependencies9
  • @wdio/cli^8.39.0
  • @wdio/globals^8.46.0
  • @wdio/local-runner^8.39.0
  • @wdio/mocha-framework^8.39.0
  • @wdio/spec-reporter^8.39.0
  • adm-zip^0.5.17
  • ts-node^10.9.2
  • typescript^4.9.5
  • wdio-vscode-service^6.1.0