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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 17 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="node bin/welcome.cjs || true" | 20 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="node bin/welcome.cjs || true" | 20 |
| low | Install-time lifecycle script | package.json | postinstall="node bin/welcome.cjs || true" | 5 |
| low | Obfuscation Density | package/config/package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts25
app-installtsx scripts/app-install-cli.tsassemblebash scripts/assemble.shassemble:frontendbash scripts/assemble-frontend.shassemble:functionsbash scripts/assemble-functions.shbuildtsc -b config/tsconfig.json && vite build --config config/vite.config.tsbuild:libtsc -p config/tsconfig.build.jsondevvite --config config/vite.config.tsdocstypedoc --config config/typedoc.jsonlinteslint .load-testtsx scripts/load-test-app-install.tsmanifestbash scripts/build-manifest.shpostinstallnode bin/welcome.cjs || trueprebuildnpm run assemble && npm run verifyprepublishOnlynpm run build:lib && npm run test:boundary && npm run test:unitpreviewvite preview --config config/vite.config.tspublish:nextnpm publish --tag next --access publicpublish: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.tstestvitest runtest:boundarybash scripts/boundary-check.shtest:corevitest run .framework/tests/unit/core-isolation.test.tstest:customvitest run custom/teststest:integrationvitest run .framework/tests/integrationtest:unitvitest run .framework/tests/unitverifybash scripts/verify-integrity.sh
Dependencies7
@supabase/supabase-js^2.49.1commander^12.0.0jsonwebtoken^9.0.3jwt-decode^4.0.0pg^8.13.0tsx^4.21.0ws^8.21.0