PkgRadar

Package evidence

@zeniai/[email protected]

Large Javascript Payload: 8248858 bytes

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
22,163Mainstream · −50% score
Versions published
7,158Mature · −50% score
First published
Apr 2021
Publisher
nikunj1729

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":["@zeniai/[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":["@zeniai/[email protected]"],"fail_on":"review"}'
Publishernikunj1729
Artifact bytes8,114,674
Previous version4.2.0-beta10ND
Published2026-06-10T11:02:51.294Z
SHA-256bd5d566e3a32b21ab2e24807ad82f24a2e0e3838b327859f1074487f19f34493

Why flagged

What the scanner saw

Large Javascript Payload: 8248858 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
4.2.0-beta11NDVersion
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/SessionTimeoutPopup-nyN6vwk3.cjs8248858 bytes0
lowLarge Javascript Payloadpackage/dist/vendor-.pnpm-BFaLhzCH.cjs2030121 bytes0
lowLarge Javascript Payloadpackage/dist/SessionTimeoutPopup-DrjtAed_.js10888948 bytes0
lowLarge Javascript Payloadpackage/dist/vendor-.pnpm-BcaysHV_.js2988926 bytes0

Manifest

Package metadata

Scripts41
  • analyzevite-bundle-visualizer -t sunburst
  • buildexport NODE_OPTIONS=--max-old-space-size=8192 && pnpm lint-modified-files && pnpm tsc-modified-files && vite build
  • build-betaexport NODE_OPTIONS=--max-old-space-size=8192 && tsc && vite build --config vite.dev.config.ts && ([ -f dist/web-components.css ] && mv dist/web-components.css dist/index.css || true)
  • build-beta-and-copychmod +x ./scripts/build_and_copy.sh && ./scripts/build_and_copy.sh
  • build-storiesexport NODE_OPTIONS=--max-old-space-size=8192 && tsc --noEmit
  • build-storybookexport NODE_OPTIONS=--max-old-space-size=8192 && storybook build
  • bump-update-web-app-cockpit-betachmod +x ./scripts/bump_and_update_web_app_ui_beta.sh && ./scripts/bump_and_update_web_app_ui_beta.sh
  • check-dependenciesnode ./scripts/check_dependencies.js
  • check-versionnode ./scripts/check_version.js
  • cherry-pickchmod +x ./scripts/cherry_pick.sh && ./scripts/cherry_pick.sh
  • chromaticnpx chromatic --project-token=b0f981300c3c --auto-accept-changes
  • circular-dependencynpx madge --circular --extensions ts ./src
  • cleanrimraf build
  • clean-overridesnode ./scripts/clean_overrides.js
  • data-testid-changeschmod +x ./scripts/data-testid-changes.sh && ./scripts/data-testid-changes.sh
  • find-dead-codets-prune | grep -v '(used in module)'
  • find-unused-exportsts-unused-exports ./tsconfig.json
  • formatprettier --write --ignore-unknown "src/**/*" && pnpm lint
  • format-stagedgit diff --cached --name-only --diff-filter=ACM | grep -E '\.(ts|tsx|js)$' | xargs prettier --write || true
  • format-watch(git diff --name-only --diff-filter=ACM && git ls-files --others --exclude-standard) | grep -E '\.(ts|tsx|js)$' | xargs prettier --write || true
  • lintexport NODE_OPTIONS=--max-old-space-size=8192 && time eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix
  • lint-modified-fileschmod +x ./scripts/lint-modified-files.sh && ./scripts/lint-modified-files.sh
  • lint:fixchmod +x ./scripts/fix-lint.sh && ./scripts/fix-lint.sh
  • lint:fix-modified-fileschmod +x ./scripts/lint-modified-files.sh && LINT_FIX=true ./scripts/lint-modified-files.sh
  • postversiongit push && git push --tags
  • prebuildnode ./scripts/check-imports.js
  • previewvite preview
  • publish-betash -c 'echo "Publishing with tag: ${betaTag:-beta}" && pnpm publish --tag ${betaTag:-beta} --no-git-checks'
  • raise-pr-automationchmod +x ./scripts/raise_pr_automation.sh && ./scripts/raise_pr_automation.sh
  • storybookexport NODE_OPTIONS=--max-old-space-size=8192 && storybook dev -p 6006
  • …and 11 more.
Dependencies71
  • @babel/runtime^7.26.10
  • @emotion/cache^11.13.1
  • @emotion/react11.10.0
  • @emotion/styled11.10.0
  • @lexical/code^0.9.1
  • @lexical/html^0.9.1
  • @lexical/link^0.9.1
  • @lexical/list^0.9.1
  • @lexical/markdown^0.9.1
  • @lexical/react^0.9.1
  • @lexical/rich-text^0.9.1
  • @lexical/selection^0.9.1
  • @lexical/table^0.9.1
  • @lexical/utils^0.9.1
  • @liveblocks/react^2.23.0
  • @liveblocks/react-ui^2.23.0
  • @mui/material^7.3.5
  • @react-oauth/google^0.12.2
  • @sentry/core^9.42.1
  • @sentry/react^9.42.1
  • @statsig/react-bindings^3.14.0
  • @stripe/react-stripe-js^2.7.3
  • @stripe/stripe-js^4.4.0
  • @zeniai/client-analytics2.0.28
  • @zeniai/client-epic-state5.1.16
  • autosuggest-highlight^3.2.1
  • browser-image-compression^2.0.2
  • countries-list^2.6.1
  • country-flag-icons^1.5.5
  • cross-fetch^3.1.5
  • …and 41 more.