PkgRadar

Package evidence

@revenuecat/[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
647,263Ubiquitous · −70% score
Versions published
142Mature · −50% score
First published
Nov 2023
Publisher
rcgitbot

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":["@revenuecat/[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":["@revenuecat/[email protected]"],"fail_on":"review"}'
Publisherrcgitbot
Artifact bytes439,299
Previous version1.42.2
Published2026-06-11T05:14:24.167Z
SHA-256e2d73901f967f5b285fb207b01d0ab27fb546dc0b7dc4fd609d70e5adeb21cd7

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
1.42.3Version
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
  • buildtsc && vite build
  • build-storybookstorybook build
  • build:devtsc && vite build --mode development
  • build:dev-watchtsc && vite build --mode development --watch
  • check-version-consistencynode scripts/check-version-consistency.mjs
  • extract-apiapi-extractor run --local --verbose
  • formatprettier --write .
  • lintprettier --check . && eslint src/
  • pack-buildnpm run build && npm pack
  • preparehusky
  • prettierprettier --write .
  • prettier:ciprettier --check .
  • previewvite preview
  • storybookstorybook dev -p 6006
  • svelte-checksvelte-check
  • testvitest run
  • test:typechecktsc --project tsconfig.test.json
  • test:watchvitest watch
  • typechecktsc --noEmit
  • watchvite build --watch