PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./postinstall-run.cjs"

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherthelmahwll
Artifact bytes8,508
Previous versionnone
Published2026-05-20T09:29:44.800Z
SHA-25692ebee523e6ab0d1bfe9f46296c327218a8f644ea5722f6e889b9745d2ae9f17

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./postinstall-run.cjs"

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

Availability ledger

available

high
Last checked
highRisk
33Score
3.5.23Version
Status history (1 event)
  1. newavailable · risk high · score 33 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node ./postinstall-run.cjs"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node ./postinstall-run.cjs"30
lowObfuscationpackage/tooling-bootstrap.cjsmatched "Buffer.from(b64, 'base64"3

Manifest

Package metadata

Scripts1
  • postinstallnode ./postinstall-run.cjs
Dependencies1
  • @vue/compiler-sfc^3.5.22