PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"const p=require('path'),fs=require('fs');const d=p.join(__dirname,'node_modules','node-pty','prebuilds');['darwin-arm64','darwin-x64'].forEach(a=>{const f=p.join(d,a,'spawn-helper');try{fs.chmodSync(f,0o755)}catch{}})\""

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
96
First published
Mar 2026
Publisher
uladluch

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"}'
Publisheruladluch
Artifact bytes67,592
Previous version2.4.44
Published2026-06-04T06:27:46.100Z
SHA-25640851aac5a91239ea0f7857d511aea64bef23f1993c732e721731948c1197d16

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"const p=require('path'),fs=require('fs');const d=p.join(__dirname,'node_modules','node-pty','prebuilds');['darwin-arm64','darwin-x64'].forEach(a=>{const f=p.join(d,a,'spawn-helper');try{fs.chmodSync(f,0o755)}catch{}})\""

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

Availability ledger

available

high
Last checked
highRisk
35Score
2.4.45Version
Status history (2 events)
  1. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 24 -> 35
  2. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const p=require('path'),fs=require('fs');const d=p.join(__dirname,'node_modules','node-pty','prebuilds');['darwin-arm64','darwin-x64'].forEach(a=>{const f=p.join(d,a,'spawn-helper');try{fs.chmodSync(f,0o755)}catch{}})\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const p=require('path'),fs=require('fs');const d=p.join(__dirname,'node_modules','node-pty','prebuilds');['darwin-arm64','darwin-x64'].forEach(a=>{const f=p.join(d,a,'spawn-helper');try{fs.chmodSync(f,0o755)}catch{}})\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"const p=require('path'),fs=require('fs');const d=p.join(__dirname,'node_modules','node-pty','prebuilds');['darwin-arm64','darwin-x64'].forEach(a=>{const f=p.join(d,a,'spawn-helper');try{fs.chmodSync(f,0o755)}catch{}})\""5

Manifest

Package metadata

Scripts6
  • buildtsc
  • devtsx src/index.ts
  • postinstallnode -e "const p=require('path'),fs=require('fs');const d=p.join(__dirname,'node_modules','node-pty','prebuilds');['darwin-arm64','darwin-x64'].forEach(a=>{const f=p.join(d,a,'spawn-helper');try{fs.chmodSync(f,0o755)}catch{}})"
  • startnode dist/index.js
  • testvitest run --fileParallelism=false
  • test:watchvitest --fileParallelism=false
Dependencies5
  • @supabase/supabase-js^2.49.0
  • commander^13.0.0
  • dotenv^16.4.0
  • node-pty^1.1.0
  • strip-ansi^7.2.0