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.

Weekly downloads
365
Versions published
14Established · −30% score
First published
May 2025
Publisher
chandan.bhagat

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

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"}'
Artifact bytes1,616,309
Previous version1.9.0
Published2026-05-28T06:08:32.993Z
SHA-256ff2e5061ff3e9fe1b30f3097d361767fc5cf5bf7087f186a30481a4fdeb70eee

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
3Score
1.10.0Version
Status history (2 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 32 -> 3
  2. newavailable · risk high · score 32 · status changed

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