PkgRadar

Package evidence

@zohodesk/[email protected]

no findings

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
62Mature · −50% score
First published
Aug 2022
Publisher
iambk

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publisheriambk
Artifact bytes6,510
Previous version3.1.0
Published2026-06-19T16:49:26.322Z
SHA-2565e673f5374547e2815c41ed4d6b22e55f3440266359d1e613c5d3770a689828d

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
3.2.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts20
  • buildnpm run build:lib && npm run build:es && npm run cssVariableConvert
  • build:escbt build:es src es
  • build:libcbt build:lib src lib
  • build:watchnpm run build && npm run build:es --module:mode=dev -- -w
  • buildlocalnpm run build
  • check_packagenode ../check_dependencies.js
  • cleanreact-cli clean lib es coverage assets && mkdir assets
  • common_package_buildcd ../common && npm run build && cd ../layout
  • cssVariableConvertreact-cli variableConverter ./lib ./lib && react-cli variableConverter ./es ./es
  • downloadreact-cli clean ./node_modules ./package-lock.json && npm install --legacy-peer-deps && cd ../ && npm run download
  • dubChecknpx z-node-plugins dub:check node_modules/@zohodesk/components/lib node_modules/@zohodesk/icons/lib node_modules/@zohodesk/variables/lib node_modules/@zohodesk/dot/lib
  • expublishnode ../publish.js -- exp
  • initnpm run clean
  • postpublishnode ../postPublish.js
  • preparenpm run init && npm run build
  • prepublishOnlynode ../prePublish.js && npm run test
  • publishnode ../publish.js
  • snap-updatenpm run test -- -u
  • sstestreact-cli sstest
  • testreact-cli test