PkgRadar

Package evidence

@vertaaux/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/fix-node-pty-permissions.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
21
First published
Feb 2026
Publisher
petritapanilahdelma

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":["@vertaaux/[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":["@vertaaux/[email protected]"],"fail_on":"high"}'
Artifact bytes326,932
Previous version0.7.0-alpha.2
Published2026-05-25T15:37:05.275Z
SHA-256e306c4b6c48609d5268ee8781908d37df9c9c520f02805784228747863fdb745

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/fix-node-pty-permissions.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.8.0-alpha.1Version
Status history (2 events)
  1. availableavailable · risk high · score 25 · status available -> available, risk high -> high, score 35 -> 25
  2. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts19
  • buildtsc -p tsconfig.build.json
  • build:devtsc
  • devtsc -w
  • postinstallnode scripts/fix-node-pty-permissions.mjs 2>/dev/null || true
  • prebuildnode scripts/fix-node-pty-permissions.mjs 2>/dev/null || true
  • prepublishOnlynpm run build && node scripts/verify-package.mjs
  • pretestnode scripts/fix-node-pty-permissions.mjs 2>/dev/null || true
  • pretest:e2enode scripts/fix-node-pty-permissions.mjs 2>/dev/null || true
  • pretest:e2e:packagenode scripts/fix-node-pty-permissions.mjs 2>/dev/null || true
  • pretest:e2e:uinode scripts/fix-node-pty-permissions.mjs 2>/dev/null || true
  • pretest:ptynode scripts/fix-node-pty-permissions.mjs 2>/dev/null || true
  • pretest:snapshotnode scripts/fix-node-pty-permissions.mjs 2>/dev/null || true
  • startnode dist/index.js
  • testvitest run --config vitest.config.ts --exclude tests/e2e/**/*.test.ts
  • test:e2evitest run --config vitest.config.ts tests/e2e/cli-contract.test.ts
  • test:e2e:packagevitest run --config vitest.config.ts tests/e2e/package-install.test.ts
  • test:e2e:uivitest --ui --config vitest.config.ts tests/e2e/cli-contract.test.ts
  • test:ptyvitest run --config vitest.config.pty.ts
  • test:snapshotvitest run --config vitest.config.snapshot.ts
Dependencies12
  • @inquirer/prompts^8.2.0
  • @vertaaux/sdk^2.1.0
  • @vertaaux/tuifile:../packages/tui
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • chalk^5.6.2
  • commander^14.0.2
  • cosmiconfig^9.0.0
  • dotenv^17.2.3
  • minimatch^10.1.1
  • semver^7.7.3
  • yaml^2.8.2