PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('child_process').execSync('sh ./scripts/postinstall.sh',{stdio:'ignore'})}catch(e){}\""

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
13
Versions published
5
First published
Mar 2026
Publisher
nbp1997

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"}'
Publishernbp1997
Artifact bytes363,026
Previous version0.6.174
Published2026-06-08T21:38:42.845Z
SHA-256aa0f760dafc76048cb494b4aab91b3b7a4c08b5c886b4b674df4e5be4052559d

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('child_process').execSync('sh ./scripts/postinstall.sh',{stdio:'ignore'})}catch(e){}\""

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

Availability ledger

available

high
Last checked
highRisk
35Score
0.6.182Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('child_process').execSync('sh ./scripts/postinstall.sh',{stdio:'ignore'})}catch(e){}\""30
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 81 day(s) ago, 5 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('child_process').execSync('sh ./scripts/postinstall.sh',{stdio:'ignore'})}catch(e){}\""30
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 81 day(s) ago, 5 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"try{require('child_process').execSync('sh ./scripts/postinstall.sh',{stdio:'ignore'})}catch(e){}\""5

Manifest

Package metadata

Scripts6
  • compilewebpack
  • coverage:e2enode scripts/coverage/run-e2e-coverage.cjs
  • packagewebpack --mode production --devtool hidden-source-map
  • postinstallnode -e "try{require('child_process').execSync('sh ./scripts/postinstall.sh',{stdio:'ignore'})}catch(e){}"
  • vscode:prepublishbun run package
  • watchwebpack --watch
Dependencies4
  • effect^3.19.19
  • vscode-languageclient^8.1.0
  • vscode-languageserver^9.0.1
  • vscode-languageserver-textdocument^1.0.12