PkgRadar

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 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"}'
Publisherdrunkktoys
Artifact bytes121,575
Previous version0.19.1
Published2026-05-25T09:40:14.791Z
SHA-256ea646092c94e821f9cbf47bce61baede93db72d2293de9f703967cdc4af3fc78

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

high
Last checked
highRisk
25Score
0.19.2Version
Status history (2 events)
  1. availableavailable · risk high · score 25 · status available -> available, risk high -> high, score 28 -> 25
  2. newavailable · risk high · score 28 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/deploy.mjs 2>/dev/null || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/deploy.mjs 2>/dev/null || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/deploy.mjs 2>/dev/null || true"5

Manifest

Package metadata

Scripts20
  • audit-statenode scripts/audit-state.mjs
  • buildtsc -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.mjs
  • checkpoint:validatenode scripts/checkpoint-validate.mjs
  • codex:guardbash plugins/vibetheog-codex/scripts/run-guard.sh
  • codex:guard:fullVIBETHEOG_GUARD_FULL=1 bash plugins/vibetheog-codex/scripts/run-guard.sh
  • codex:hook:precommitbash plugins/vibetheog-codex/hooks/pre-commit.sh
  • codex:hook:summarybash plugins/vibetheog-codex/hooks/post-command-summary.sh
  • deploynode scripts/deploy.mjs
  • migrate-ledgernode scripts/migrate-ledger.mjs
  • postinstallnode scripts/deploy.mjs 2>/dev/null || true
  • precommitnode scripts/pre-commit.mjs
  • releasenode scripts/release.mjs
  • release:majornode scripts/release.mjs major --yes
  • release:minornode scripts/release.mjs minor --yes
  • release:patchnode scripts/release.mjs patch --yes
  • testVIBEOS_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.mjs
  • ts:auditnode scripts/ts-audit.mjs
  • typechecktsc -p tsconfig.json --noEmit