PkgRadar

Package evidence

@expo/[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.

Weekly downloads
740,479Ubiquitous · −70% score
Versions published
10Established · −30% score
First published
Dec 2020
Publisher
dsokal

Effective trust discount applied: 70% (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":["@expo/[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":["@expo/[email protected]"],"fail_on":"review"}'
Publisherdsokal
Artifact bytes5,631
Previous version2.4.0
Published2023-01-10T14:52:14.395Z
SHA-2560df3dd24ada1c82b07ff0f3f11b5b5b2aa155d41f74f761dada5005aaee01f20

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
2.5.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

Scripts10
  • buildrm -rf lib && tsc
  • cleanrm -f oclif.manifest.json
  • linteslint . --ext .ts --config .eslintrc
  • postpublishyarn run clean
  • posttestyarn lint
  • prepublishOnlyyarn run build && oclif manifest . && oclif readme
  • pretestyarn build --noEmit && tsc -p test --noEmit
  • preversionyarn run clean
  • testmocha --forbid-only "test/**/*.test.ts"
  • versionoclif readme && git add README.md
Dependencies8
  • @oclif/core^1.23.2
  • chalk^4.1.0
  • debug^4.3.4
  • ejs^3.1.7
  • fs-extra^10.1.0
  • http-call^5.2.2
  • semver^7.3.7
  • tslib^2.4.0