PkgRadar

Package evidence

@zohodesk/[email protected]

Install-time lifecycle script: postinstall="node bin/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
1,890Niche · −30% score
Versions published
471Mature · −50% score
First published
Aug 2023
Publisher
esakkimuthu1512

Effective trust discount applied: 50% (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":["@zohodesk/[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":["@zohodesk/[email protected]"],"fail_on":"review"}'
Artifact bytes147,367
Previous version0.0.66-n20-experimental
Published2026-06-05T09:43:55.462Z
SHA-256e24908958507bdc4e09e796b5513c09d35ad73130b5e5c3c674312877f6067c2

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node bin/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
2Score
0.0.68-n20-experimentalVersion
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/postinstall.js"5
lowObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts7
  • buildnpm run clean && npm run build-babel
  • build-babelbabel -d ./build ./src --copy-files
  • cleanrm -rf build && mkdir build
  • linteslint src/* --fix
  • postinstallnode bin/postinstall.js
  • preparenpm run build
  • testjest
Dependencies16
  • @babel/code-frame7.27.1
  • @babel/preset-react7.28.5
  • @playwright/test1.56.1
  • @reportportal/agent-js-playwright5.2.2
  • @testing-library/jest-dom6.9.1
  • babel-jest30.2.0
  • babel-plugin-transform-dynamic-import2.1.0
  • fast-glob3.3.3
  • jest30.2.0
  • jest-environment-jsdom30.2.0
  • jsonpath1.1.1
  • msw2.11.6
  • playwright1.56.1
  • playwright-bdd8.4.2
  • properties-reader2.3.0
  • supports-color10.2.2