PkgRadar

Package evidence

@pbsaas/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node dist/postinstall.js || true"

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
173
Versions published
3
First published
Nov 2024
Publisher
sam_lucky

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":["@pbsaas/[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":["@pbsaas/[email protected]"],"fail_on":"high"}'
Publishersam_lucky
Artifact bytes9,125
Previous versionnone
Published2024-11-28T09:07:06.847Z
SHA-256098179790e98dc43677c1a810cc65858fa0544ccfee22ec5eb0385d68313081f

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node dist/postinstall.js || true"

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Install Lifecycle Suppresses Failure — postinstall="node dist/postinstall.js || true"

273 members · evidence strength 84
Repeated static TTPcandidate

Install Lifecycle Suppresses Failure — postinstall="node dist/postinstall.js || true"

273 members · max score 70

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/postinstall.js || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node dist/postinstall.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/postinstall.js || true"5

Manifest

Package metadata

Scripts7
  • buildrimraf dist && tsc --build
  • postinstallnode dist/postinstall.js || true
  • preparecross-env NODE_ENV=production yarn run build
  • servenode dist/index.js
  • startnodemon --watch plugins/ --watch src/ --exec node src/index.js
  • testjest --passWithNoTests src
  • watchtsc --build --watch
Dependencies10
  • @babel/runtime^7.22.10
  • axios^0.21.4
  • axios-retry^3.1.9
  • boxen^5.0.1
  • ci-info^3.2.0
  • configstore5.0.1
  • global^4.4.0
  • is-docker^2.2.1
  • remove-trailing-slash^0.1.1
  • uuid^8.3.2