PkgRadar

Package evidence

@wendongfly/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','myhi.js'),0o755)}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
2,081Niche · −30% score
Versions published
202
First published
Mar 2026
Publisher
wendongfly

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@wendongfly/[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":["@wendongfly/[email protected]"],"fail_on":"high"}'
Publisherwendongfly
Artifact bytes1,785,027
Previous version1.3.56
Published2026-05-25T00:23:44.274Z
SHA-25603f10656bb46f000974c850f54daa9c155795bfe38c923db679e499f41323a4c

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','myhi.js'),0o755)}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
24Score
1.3.57Version
Status history (5 events)
  1. availableavailable · risk high · score 24 · status available -> available, risk high -> high, score 35 -> 24
  2. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 131 -> 35
  3. availableavailable · risk high · score 131 · status available -> available, risk high -> high, score 136 -> 131
  4. availableavailable · risk high · score 136 · status available -> available, risk high -> high, score 198 -> 136
  5. newavailable · risk high · score 198 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

wendongfly

4 members · evidence strength 84
Repeated static TTPstale

Install-time lifecycle script — postinstall="node -e \"try{require('fs').chmodsync(require('path').join(__dirname,'bin','myhi.js'),0o755)}catch(e){}\""

4 members · evidence strength 90
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node -e \"try{require('fs').chmodsync(require('path').join(__dirname,'bin','myhi.js'),0o755)}catch(e){}\""

4 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','myhi.js'),0o755)}catch(e){}\""30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','myhi.js'),0o755)}catch(e){}\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','myhi.js'),0o755)}catch(e){}\""5
lowObfuscation Densitypackage/dist/index.min.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts4
  • buildnode scripts/build.js
  • devnode --watch src/server.js
  • postinstallnode -e "try{require('fs').chmodSync(require('path').join(__dirname,'bin','myhi.js'),0o755)}catch(e){}"
  • startnode dist/index.js
Dependencies2
  • node-pty^1.0.0
  • socket.io-client^4.8.3