PkgRadar

Package evidence

@polka-ui/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node scripts/postinstall.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.

Versions published
1
First published
May 2026
Publisher
bcs-bank-complex-ui

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@polka-ui/[email protected]"],"fail_on":"high"}'

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":["@polka-ui/[email protected]"],"fail_on":"high"}'
Artifact bytes5,302
Previous versionnone
Published2026-05-27T19:22:44.484Z
SHA-25638f6ecada76f5a3dce6e464cdc3a9da9e1f658125de4cf8232f44c6b4cba6d28

Why flagged

What the scanner saw

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

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

Availability ledger

scan error

status
Last checked
noneRisk
Score
9.9.9Version

Latest scanner note: HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40polka-ui%2Fconfiguration)

Status history (2 events)
  1. availablescan_error · risk none · score · HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40polka-ui%2Fconfiguration)
  2. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node scripts/postinstall.js"30
mediumCredential file accesspackage/scripts/postinstall.jsmatched "npm_token"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node scripts/postinstall.js"30
mediumCredential file accesspackage/scripts/postinstall.jsmatched "npm_token"10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts4
  • buildtsc --noEmit || true
  • postinstallnode scripts/postinstall.js
  • prepublishOnlyecho 'Building...'
  • testnode test/index.test.js