PkgRadar

Package evidence

[email protected]

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

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
May 2026
Publisher
fanrong112

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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

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":"review"}'
Publisherfanrong112
Artifact bytes1,572,480
Previous versionnone
Published2026-05-25T00:55:12.509Z
SHA-2565d4a27671737e0a07b14d2937b8934f766ed3f1893a531d8170e45fba96426b6

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

available

review
Last checked
reviewRisk
5Score
1.8.7Version
Status history (3 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 50 -> 5
  2. availableavailable · risk high · score 50 · status available -> available, risk high -> high, score 91 -> 50
  3. 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

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

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