PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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"}'
Publisherfanrong112
Artifact bytes2,899,450
Previous versionnone
Published2026-05-25T00:39:55.607Z
SHA-2569ec07720876a5390e36458442ac52a2ca11547aeeb9003aa0415f1d57d45d385

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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

Availability ledger

not present

status
Last checked
noneRisk
Score
1.8.6Version

Latest scanner note: [email protected] not present in registry metadata

Status history (2 events)
  1. availablenot_present · risk none · score · [email protected] not present in registry metadata
  2. newavailable · risk high · score 91 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

fanrong112

2 members · evidence strength 62

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node scripts/postinstall.js"30
mediumObfuscation Densitypackage/src/client/build/static/js/main.f01db641.jshigh encoded/escaped-token density12
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node scripts/postinstall.js"30
mediumObfuscation Densitypackage/src/client/build/static/js/main.f01db641.jshigh encoded/escaped-token density12
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4
lowObfuscationpackage/bin/ezpm2gui.jsmatched "\\x1b"3
lowObfuscationpackage/dist/server/index.jsmatched "\\x00"3
lowObfuscationpackage/src/client/build/static/js/main.f01db641.jsmatched "\\u00C0"3
lowObfuscationpackage/dist/server/routes/remoteConnections.jsmatched "\\x00"3
lowObfuscationpackage/bin/ezpm2gui.tsmatched "\\x1b"3

Manifest

Package metadata

Scripts22
  • buildnode scripts/build.js
  • build:bintsc --project tsconfig.bin.json
  • build:clientcd src/client && npm run build
  • build:servertsc
  • devconcurrently --kill-others-on-fail --names "server,client" --prefix-colors "cyan,green" "npm run dev:server" "npm run dev:client"
  • dev:clientcd src/client && npm run dev
  • dev:servernodemon --exec ts-node src/server/index.ts
  • mobilenode scripts/deploy-mobile.js
  • mobile:androidnode scripts/deploy-mobile.js android --debug --install
  • mobile:android:releasenode scripts/deploy-mobile.js android --release
  • mobile:debugpowershell -ExecutionPolicy Bypass -File scripts/Debug-Mobile.ps1
  • mobile:debug:dumppowershell -ExecutionPolicy Bypass -File scripts/Debug-Mobile.ps1 -Dump
  • mobile:devnode scripts/deploy-mobile.js dev
  • mobile:iosnode scripts/deploy-mobile.js ios
  • mobile:ios:releasenode scripts/deploy-mobile.js ios --release
  • mobile:pspowershell -ExecutionPolicy Bypass -File scripts/Deploy-Mobile.ps1
  • mobile:ps:debugpowershell -ExecutionPolicy Bypass -File scripts/Deploy-Mobile.ps1 -Mode debug -Install -Launch
  • mobile:ps:releasepowershell -ExecutionPolicy Bypass -File scripts/Deploy-Mobile.ps1 -Mode release -Install -Launch
  • postinstallnode scripts/postinstall.js
  • preparenpm run build
  • startnode dist/server/index.js
  • testecho "Error: no test specified" && exit 1
Dependencies17
  • @tailwindcss/postcss^4.1.14
  • @types/better-sqlite3^7.6.13
  • @types/node-cron^3.0.11
  • axios^1.9.0
  • better-sqlite3^12.9.0
  • chart.js^4.4.9
  • cron-parser^5.4.0
  • dotenv^16.5.0
  • express^4.18.3
  • node-cron^4.2.1
  • pm2^6.0.5
  • react^19.1.0
  • react-dom^19.1.0
  • react-scripts^5.0.1
  • socket.io^4.8.1
  • ssh2^1.16.0
  • uuid^11.0.5