PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
1,169Mature · −50% score
First published
Apr 2019
Publisher
GitHub ActionsTrusted automation · −70% score

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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes2,523,156
Previous version9.4.0-beta.10
Published2026-06-16T11:49:03.940Z
SHA-2564452713bdbdfe50169faa0e9687fe6497052a7af7f9b538a3cc799738cfe8051

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
9.4.0-beta.11Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/commonjs/emoji-data/compile.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/lib/module/emoji-data/compile.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/emoji-data/compile.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts22
  • bootstrapyarn install
  • buildrimraf lib && yarn run --silent build-translations && bob build && yarn run --silent copy-translations
  • build-translationsi18next-cli sync
  • copy-translationsecho 'ℹ Copying translation files to lib/typescript/i18n' && cp -R -f ./src/i18n ./lib/typescript/i18n && echo '✓ Done Copying Translations'
  • extract-changelogFILTER_PATH='package' TAG_FORMAT='v${version}' node ../release/extract-changelog.js
  • get-versionecho $npm_package_version
  • postpackrm README.md
  • prepack cp ../README.md .
  • prepareyarn run build
  • prepare-distributioncd examples/SampleApp && npm version patch && react-native-version && git add ./ && git commit -m 'Bump build version' --no-verify
  • prepublishOnlyecho 'running prepublishOnly for core package' && bash ./bin/before-tag.sh && bash ./bin/release.sh && echo 'finished running prepublishOnly for core package'
  • releaseFILTER_PATH='package' TAG_FORMAT='v${version}' node ../release/prod
  • release-nextFILTER_PATH='package' TAG_FORMAT='v${version}' node ../release/next
  • shared-native:clean-copiesbash ./scripts/clean-shared-native-copies.sh all
  • shared-native:syncbash ./scripts/sync-shared-native.sh all
  • test:coverageyarn test:unit --coverage
  • test:typechecktsc --noEmit -p tsconfig.test.json
  • test:unitTZ=UTC jest
  • typechecktsc --noEmit -p tsconfig.test.json
  • update-emojinode src/emoji-data/compile.js
  • validate-translationsnode bin/validate-translations.js
  • versionbash ./bin/before-tag.sh
Dependencies14
  • @gorhom/bottom-sheet5.2.9
  • @ungap/structured-clone^1.3.0
  • dayjs1.11.13
  • emoji-regex^10.4.0
  • i18next^25.2.1
  • intl-pluralrules^2.0.1
  • linkifyjs^4.3.2
  • lodash-es4.18.1
  • mime-types^2.1.35
  • path0.12.7
  • react-native-markdown-package1.8.2
  • react-native-url-polyfill^2.0.0
  • stream-chat^9.47.0
  • use-sync-external-store^1.5.0