PkgRadar

Package evidence

@shopify/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node scripts/install-libs.js"

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
894,303Ubiquitous · −70% score
Versions published
268Mature · −50% score
First published
Apr 2022
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":["@shopify/[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":["@shopify/[email protected]"],"fail_on":"review"}'
Artifact bytes1,983,994
Previous version2.6.3-next.1
Published2026-05-23T12:23:18.962Z
SHA-256be5da2f5008f058bb1d7e8344ae0b0ef29e60a39492bfca58b91427a2c69d076

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node scripts/install-libs.js"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node scripts/install-libs.js"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node scripts/install-libs.js"30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/install-libs.js"5

Manifest

Package metadata

Scripts18
  • buildbob build && merge-dirs lib/typescript/src lib/commonjs && merge-dirs lib/typescript/src lib/module
  • build-skiatsx ./scripts/build-skia.ts
  • clang-formatyarn clang-format-ios && yarn clang-format-android && yarn clang-format-common
  • clang-format-androidfind android/cpp/ -iname '*.h' -o -iname '*.m' -o -iname '*.cpp' | xargs clang-format -i
  • clang-format-commonfind cpp/ \( -path 'cpp//skia' -prune \) -o \( -iname '*.h' -o -iname '*.m' -o -iname '*.cpp' \) -print | xargs clang-format -i
  • clang-format-iosfind apple/ -iname '*.h' -o -iname '*.mm' -o -iname '*.cpp' | xargs clang-format -i
  • clean-skiayarn rimraf ./libs && yarn rimraf ../../externals/skia/out
  • copy-skia-headerstsx ./scripts/copy-skia-headers.ts
  • cpplintcpplint --linelength=230 --filter=-legal/copyright,-whitespace/indent,-whitespace/comments,-whitespace/ending_newline,-build/include_order,-runtime/references,-readability/todo,-whitespace/blank_line,-whitespace/todo,-runtime/int,-build/c++11,-whitespace/parens --exclude=package/cpp/skia --exclude=package/ios --exclude=package/android/build --exclude=package/node_modules --recursive package
  • e2eE2E=true yarn test -i e2e
  • install-skianode scripts/install-libs.js
  • install-skia-graphitetsx ./scripts/install-skia-graphite.ts
  • linteslint . --ext .ts,.tsx --max-warnings 0 --cache --fix
  • postinstallnode scripts/install-libs.js
  • releasesemantic-release
  • testjest
  • tsctsc --noEmit
  • workflow-copy-libstsx ./scripts/workflow-copy-libs.ts
Dependencies6
  • canvaskit-wasm0.41.0
  • react-native-skia-android147.1.0
  • react-native-skia-apple-ios147.1.0
  • react-native-skia-apple-macos147.1.0
  • react-native-skia-apple-tvos147.1.0
  • react-reconciler0.31.0