Package evidence
[email protected]
Install Lifecycle Suppresses Failure: postinstall="node scripts/deploy.mjs 2>/dev/null || 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
- 104
- First published
- May 2026
- Publisher
- drunkktoys
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 scripts/deploy.mjs 2>/dev/null || true"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (2 events)
- available → available · risk high · score 25 · status available -> available, risk high -> high, score 28 -> 25
- new → available · risk high · score 28 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="node scripts/deploy.mjs 2>/dev/null || true" | 20 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="node scripts/deploy.mjs 2>/dev/null || true" | 20 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/deploy.mjs 2>/dev/null || true" | 5 |
Manifest
Package metadata
Scripts20
audit-statenode scripts/audit-state.mjsbuildtsc -p tsconfig.json --noEmit && npx esbuild src/index.ts --bundle --outfile=src/index.js --platform=node --format=esm --target=node22 --external:node:* && node scripts/deploy.mjscheckpoint:validatenode scripts/checkpoint-validate.mjscodex:guardbash plugins/vibetheog-codex/scripts/run-guard.shcodex:guard:fullVIBETHEOG_GUARD_FULL=1 bash plugins/vibetheog-codex/scripts/run-guard.shcodex:hook:precommitbash plugins/vibetheog-codex/hooks/pre-commit.shcodex:hook:summarybash plugins/vibetheog-codex/hooks/post-command-summary.shdeploynode scripts/deploy.mjsmigrate-ledgernode scripts/migrate-ledger.mjspostinstallnode scripts/deploy.mjs 2>/dev/null || trueprecommitnode scripts/pre-commit.mjsreleasenode scripts/release.mjsrelease:majornode scripts/release.mjs major --yesrelease:minornode scripts/release.mjs minor --yesrelease:patchnode scripts/release.mjs patch --yestestVIBEOS_MCP_PORT=0 node --test --test-timeout=240000 tests/deep_integration.test.mjs tests/production_regressions.test.mjs tests/release_hardening_tigerteam.test.mjs tests/test_api_migration.neutral.test.mjs tests/test_const_assignment_regression.test.mjs tests/test_delegation_enforcer.test.mjs tests/test_diagnose_cmd.test.mjs tests/test_install_and_recovery.test.mjs tests/test_internals_stress_patterns_offtopic.test.mjs tests/test_saveos_e2e_cleanup.test.mjs tests/test_tdd_enforcer.test.mjs src/tests/*.test.js src/utils/tests/*.test.mjs "src/vibeOS-lib/tests/!(test_blackbox*).test.mjs"test:ciVIBEOS_MCP_PORT=0 node --test --test-timeout=30000 tests/production_regressions.test.mjs tests/release_hardening_tigerteam.test.mjs tests/test_const_assignment_regression.test.mjs tests/test_diagnose_cmd.test.mjs tests/test_install_and_recovery.test.mjs tests/test_saveos_e2e_cleanup.test.mjs tests/test_tdd_enforcer.test.mjs src/tests/*.test.js src/utils/tests/*.test.mjs "src/vibeOS-lib/tests/!(test_blackbox*).test.mjs"test:scriptsnode --test scripts/tests/checkpoint-validate.test.mjsts:auditnode scripts/ts-audit.mjstypechecktsc -p tsconfig.json --noEmit