PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="node bin/welcome.cjs || 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
9,423Niche · −30% score
Versions published
86
First published
May 2026
Publisher
spine-framework

Effective trust discount applied: 30% (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":["[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"}'
Artifact bytes655,029
Previous version0.3.16
Published2026-06-10T09:38:45.918Z
SHA-2567f2fc634b232be378e55ae7d00b1c1d4ccba1d937e767d96cd32bcbfcdcef1bb

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node bin/welcome.cjs || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node bin/welcome.cjs || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node bin/welcome.cjs || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/welcome.cjs || true"5
lowObfuscation Densitypackage/config/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts25
  • app-installtsx scripts/app-install-cli.ts
  • assemblebash scripts/assemble.sh
  • assemble:frontendbash scripts/assemble-frontend.sh
  • assemble:functionsbash scripts/assemble-functions.sh
  • buildtsc -b config/tsconfig.json && vite build --config config/vite.config.ts
  • build:libtsc -p config/tsconfig.build.json
  • devvite --config config/vite.config.ts
  • docstypedoc --config config/typedoc.json
  • linteslint .
  • load-testtsx scripts/load-test-app-install.ts
  • manifestbash scripts/build-manifest.sh
  • postinstallnode bin/welcome.cjs || true
  • prebuildnpm run assemble && npm run verify
  • prepublishOnlynpm run build:lib && npm run test:boundary && npm run test:unit
  • previewvite preview --config config/vite.config.ts
  • publish:nextnpm publish --tag next --access public
  • publish:promotenode -e "const v=require('./package.json').version;require('child_process').execSync('npm dist-tag add spine-framework@'+v+' latest',{stdio:'inherit'})"
  • spine-frameworktsx .framework/cli/index.ts
  • testvitest run
  • test:boundarybash scripts/boundary-check.sh
  • test:corevitest run .framework/tests/unit/core-isolation.test.ts
  • test:customvitest run custom/tests
  • test:integrationvitest run .framework/tests/integration
  • test:unitvitest run .framework/tests/unit
  • verifybash scripts/verify-integrity.sh
Dependencies7
  • @supabase/supabase-js^2.49.1
  • commander^12.0.0
  • jsonwebtoken^9.0.3
  • jwt-decode^4.0.0
  • pg^8.13.0
  • tsx^4.21.0
  • ws^8.21.0