PkgRadar

Package evidence

@labor-digital/[email protected]

Install Lifecycle Suppresses Failure: postinstall="patch-package || exit 0"

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
30Mature · −50% score
First published
Feb 2020
Publisher
labor-digital

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

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":["@labor-digital/[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":["@labor-digital/[email protected]"],"fail_on":"high"}'
Publisherlabor-digital
Artifact bytes30,225
Previous version5.0.0-rc.7
Published2022-03-24T15:42:53.683Z
SHA-256565f8ba41fa8687f2255ac61e394596510daec4da3feb379f0a17bb904d07c33

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="patch-package || exit 0"

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

Availability ledger

available

high
Last checked
highRisk
12Score
5.0.0-rc.8Version
Status history (1 event)
  1. newavailable · risk high · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="patch-package || exit 0"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="patch-package || exit 0"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="patch-package || exit 0"5

Manifest

Package metadata

Scripts6
  • buildnpm run clean && tsc
  • cleanrimraf ./dist
  • install-devnpm run install-dev:compile && npm i
  • install-dev:compilecd ../../ && npm run build
  • postinstallpatch-package || exit 0
  • watchnpm run clean && tsc --project ./tsconfig.watch.json --watch
Dependencies12
  • @labor-digital/helferlein^4.0.5
  • @types/vue2.0.0
  • lru-cache^6.0.0
  • patch-package^6.4.7
  • vue2.6.14
  • vue-loader15.9.8
  • vue-property-decorator9.1.2
  • vue-router3.5.1
  • vue-server-renderer2.6.14
  • vue-style-loader4.1.3
  • vue-template-compiler2.6.14
  • webpack-node-externals2.5.2