PkgRadar

Package evidence

@salesforce/[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
793Mature · −50% score
First published
May 2023
Publisher
mobify

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":["@salesforce/[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":["@salesforce/[email protected]"],"fail_on":"review"}'
Publishermobify
Artifact bytes71,589
Previous version3.19.0-nightly-20260610090914
Published2026-06-11T09:27:39.758Z
SHA-256dd6bf6c28f73ab273a4e3308b018c5442651273fe10ab37dcca8e65ae788b457

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.19.0-nightly-20260611092422Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts11
  • buildcross-env NODE_ENV=production internal-lib-build build
  • build:watchnodemon --watch 'src/**' --exec 'npm run build'
  • formatinternal-lib-build format "**/*.{js,jsx}"
  • lintnpm run lint:js
  • lint:fixnpm run lint:js -- --fix
  • lint:jspwa-kit-dev lint "**/*.{js,jsx}"
  • preparenpm run build
  • testpwa-kit-dev test
  • test:inspectnode --inspect-brk jest --runInBand
  • test:watchnpm test -- --watch
  • versionnode ./scripts/version.js
Dependencies19
  • @loadable/babel-plugin^5.15.3
  • @loadable/server^5.15.3
  • @loadable/webpack-plugin^5.15.2
  • @opentelemetry/api^1.4.1
  • @opentelemetry/core^1.15.1
  • @opentelemetry/propagator-b3^1.15.1
  • @opentelemetry/resources^1.15.1
  • @opentelemetry/sdk-trace-base^1.15.1
  • @opentelemetry/sdk-trace-node^1.15.1
  • @salesforce/pwa-kit-runtime3.19.0-nightly-20260611092422
  • @tanstack/react-query^4.28.0
  • cross-env^5.2.1
  • event-emitter^0.3.5
  • hoist-non-react-statics^3.3.2
  • prop-types^15.8.1
  • react-ssr-prepass^1.5.0
  • react-uid^2.3.2
  • serialize-javascript^6.0.2
  • svg-sprite-loader^6.0.11