PkgRadar

Package evidence

@zimbra/[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
277Mature · −50% score
First published
Mar 2018
Publisher
silentsakky

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":["@zimbra/[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":["@zimbra/[email protected]"],"fail_on":"review"}'
Publishersilentsakky
Artifact bytes1,091,051
Previous version101.0.1-PREAPPS-9181.533eb34.0
Published2026-06-10T06:42:43.924Z
SHA-256874830582b8f1b70493542df0985ffa7781806e1a077f516bbe2afd5b3b887a8

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
101.0.1-PREAPPS-9289.cb10f16.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

Scripts21
  • buildnpm-run-all clean generateSchemaTypes rollup:* -p build:ts minify:* copySchema
  • build:analyzevisualize=true npm run build
  • build:tstsc --emitDeclarationOnly --declaration --outDir "dist"
  • cleanrimraf dist
  • copySchemacopyfiles -f src/schema/schema.graphql dist
  • generateSchemaTypesrimraf src/schema/generated-schema-types.ts && graphql-codegen
  • linkedBuildnpm run rollup:esm -- --watch
  • linteslint --config eslint.config.mjs .
  • lint:fixnpm run lint -- --fix
  • minify:cjscross-var uglifyjs $npm_package_main -c pure_getters,pure_funcs=classCallCheck -m toplevel,reserved=['_createClass'] --keep-fnames -o $npm_package_main --source-map content=$npm_package_main.map,url=zm-api-js-client.js.map,filename=$npm_package_main.map
  • minify:umdcross-var uglifyjs $npm_package_umd_main -c pure_getters,pure_funcs=classCallCheck -m toplevel,reserved=['_createClass'] --keep-fnames -o $npm_package_umd_main --source-map content=$npm_package_umd_main.map,url=zm-api-js-client.umd.js.map,filename=$npm_package_umd_main.map
  • preparehusky || true
  • prepublishOnlyif [ "$CI" != "true" ]; then npm test && npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags; fi
  • publish:betanpm publish --tag=beta
  • rollup:cjscross-var rollup -c rollup.config.js -m -f cjs -n $npm_package_amdName $npm_package_source -o $npm_package_main
  • rollup:esmcross-var rollup -c rollup.config.js -m -f es --environment FORMAT:es -n $npm_package_amdName $npm_package_source -o $npm_package_module
  • rollup:umdcross-var rollup -c rollup.config.js -m -f umd -n $npm_package_amdName $npm_package_source -o $npm_package_umd_main
  • security:auditnpx audit-ci@^6 --moderate --report-type summary --pass-enoaudit --skip-dev
  • sizeecho "Gzipped Size: $(gzip-size $npm_package_main | pretty-bytes)"
  • test:unitBABEL_ENV=test mocha --require ./babelRegisterConfig.js test/**/*.js
  • test:watchnpm run test:unit -- --watch
Dependencies6
  • @apollo/client^3.14.0
  • @graphql-tools/schema^10.0.25
  • dataloader^2.2.2
  • es-toolkit^1.39.10
  • graphql^16.9.0
  • mitt^3.0.0