PkgRadar

Package evidence

@juspay-tech/[email protected]

Install-time lifecycle script: postinstall="node scripts/android-setup.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
1,694Niche · −30% score
Versions published
15
First published
Apr 2026
Publisher
shashank_1

Effective trust discount applied: 30% (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":["@juspay-tech/[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":["@juspay-tech/[email protected]"],"fail_on":"review"}'
Publishershashank_1
Artifact bytes95,952
Previous version1.0.8
Published2026-05-21T15:16:36.260Z
SHA-25628c0bf8de71be4aa7f2edb6e4d91d035d9c9116f3c0628370475bf7cc038abe8

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/android-setup.js"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.0.9Version
Status history (2 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 35 -> 3
  2. newavailable · risk high · score 35 · 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)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/android-setup.js"5

Manifest

Package metadata

Scripts15
  • buildnpm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs
  • cleanrimraf ./dist
  • docgendocgen --api HyperswitchPlugin --output-readme README.md --output-json dist/docs.json
  • eslinteslint . --ext ts
  • fmtnpm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format
  • lintnpm run eslint && npm run prettier -- --check && npm run swiftlint -- lint
  • postinstallnode scripts/android-setup.js
  • prepublishOnlynpm run build
  • prettierprettier "**/*.{css,html,ts,js,java}" --plugin=prettier-plugin-java
  • swiftlintnode-swiftlint
  • verifynpm run verify:ios && npm run verify:android && npm run verify:web
  • verify:androidcd android && ./gradlew clean build test && cd ..
  • verify:iosxcodebuild -scheme JuspayTechCapacitorHyperswitch -destination generic/platform=iOS
  • verify:webnpm run build
  • watchtsc --watch