Package evidence
@stripe/[email protected]
Install-time lifecycle script: postinstall="rm -rf node_modules/@types/minimatch # Auto-runs after yarn/npm install"
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
- 32Mature · −50% score
- First published
- May 2022
- Publisher
- ugochukwu-stripe
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
Review before promotingMixed 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":["@stripe/[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":["@stripe/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="rm -rf node_modules/@types/minimatch # Auto-runs after yarn/npm install"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 2 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="rm -rf node_modules/@types/minimatch # Auto-runs after yarn/npm install" | 5 |
Manifest
Package metadata
Scripts31
bootstrapyarn dev-app && yarn && yarn podscheck:rn-error-codesnode scripts/check-rn-error-codes.jscleanrm -rf node_modules && rm -rf dev-app/node_modules && rm -rf dev-app/ios/Podsdeep-cleanrm -rf node_modules dev-app/node_modules dev-app/ios/Pods dev-app/android/.gradle dev-app/android/.cxx dev-app/android/app/build dev-app/ios/build ~/Library/Developer/Xcode/DerivedDatadev-appyarn --cwd dev-appdev-app:build:android:releasecd dev-app/android && ./gradlew assembleRelease ; cd -docsnpx typedoc ./src/index.tsx --out ./docs/api-reference --tsconfig ./tsconfig.json --readme nonee2e:build:androiddetox build --configuration androide2e:build:android:releasedetox build --configuration android.emu.releasee2e:build:example:androiddetox build --configuration android.examplee2e:build:example:iosdetox build --configuration ios.examplee2e:build:iosdetox build --configuration iose2e:build:ios:releasedetox build --configuration ios.sim.releasee2e:test:androidyarn get:testbutler && detox test --configuration android --take-screenshots failing --loglevel verbosee2e:test:android:releasemaestro test -e APP_ID=com.dev.app.stripeterminalreactnative maestro/app.ymle2e:test:iosdetox test --configuration ios --take-screenshots failing --loglevel verbosee2e:test:ios:releasemaestro test -e APP_ID=com.stripe.terminal.reactnative.dev.app maestro/app.ymlexample-appyarn --cwd example-appget:testbutlercurl -f -o ./test-butler-app.apk https://repo1.maven.org/maven2/com/linkedin/testbutler/test-butler-app/2.2.1/test-butler-app-2.2.1.apklintjest --config "jest.eslint.config.js"podscd dev-app && pod-install --quietpostinstallrm -rf node_modules/@types/minimatch # Auto-runs after yarn/npm installpreparebob buildprettierprettier --write "**/*.{ts,js,jsx,tsx}"resetyarn reset-watch && yarn deep-clean && yarn bootstrapreset-watchwatchman watch-del ./ && watchman watch-project ./ && rm -rf /tmp/metro-* /tmp/haste-map-*testyarn unit-test:android && yarn unit-test:ios && yarn unit-test:jstypescripttsc --noEmitunit-test:androidcd android && ./gradlew testDebugUnitTestunit-test:iosxcodebuild test -workspace dev-app/ios/StripeTerminalReactNativeDevApp.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 16' -scheme UnitTests- …and 1 more.
Dependencies1
base-64^1.0.0