PkgRadar

Package evidence

[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.

Versions published
25
First published
Apr 2026
Publisher
sabz00

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"}'
Publishersabz00
Artifact bytes1,475,785
Previous version0.4.4
Published2026-05-14T00:05:26.629Z
SHA-256bb816e5e0cce959225e6b24417cb7d7d8284c9eb72940e871f66fb93de80fe2d

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
0.4.5Version
Status history (2 events)
  1. availableavailable · risk high · score 25 · status available -> available, risk high -> high, score 55 -> 25
  2. newavailable · risk high · score 55 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

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

150 members · evidence strength 84
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node dist/postinstall.js || true"

18 members · evidence strength 90
Repeated static TTPcandidate

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

150 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

Scripts13
  • buildtsc
  • build:diagramsnode scripts/build-diagrams.mjs
  • checktsc --noEmit && eslint src/
  • daemonnode dist/daemon/index.js
  • devtsc --watch
  • linteslint src/
  • postinstallnode dist/postinstall.js || true
  • prepublishOnlynpm run build
  • startnode dist/mcp/index.js
  • testtsc && node --test --test-concurrency=1 $(find dist -name '*.test.js')
  • test:integrationtsc && BIKKY_INTEGRATION=${BIKKY_INTEGRATION:-1} node --test $(find dist -name '*.itest.js')
  • typechecktsc --noEmit
  • verify:packagenode scripts/verify-package.mjs
Dependencies4
  • @aws-sdk/client-bedrock-runtime^3.1006.0
  • @modelcontextprotocol/sdk^1.29.0
  • pino^10.3.1
  • zod^4.4.1