PkgRadar

Package evidence

@veltdev/[email protected]

Install Lifecycle Suppresses Failure: postinstall="test -f scripts/check-velt-peer-versions.mjs && node scripts/check-velt-peer-versions.mjs || 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
113
Versions published
24Established · −30% score
First published
Jul 2025
Publisher
vivekk-snippyly

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":["@veltdev/[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":["@veltdev/[email protected]"],"fail_on":"high"}'
Artifact bytes108,022
Previous version5.0.0-beta.3
Published2026-03-26T13:22:35.245Z
SHA-256be91ffa4ac7b98c69b1601d376c2d97853f4638d8e8da94341994d0f5feef0b5

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="test -f scripts/check-velt-peer-versions.mjs && node scripts/check-velt-peer-versions.mjs || 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
5.0.0Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="test -f scripts/check-velt-peer-versions.mjs && node scripts/check-velt-peer-versions.mjs || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="test -f scripts/check-velt-peer-versions.mjs && node scripts/check-velt-peer-versions.mjs || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="test -f scripts/check-velt-peer-versions.mjs && node scripts/check-velt-peer-versions.mjs || true"5

Manifest

Package metadata

Scripts4
  • postinstalltest -f scripts/check-velt-peer-versions.mjs && node scripts/check-velt-peer-versions.mjs || true
  • publish:crdtnpm publish --access public
  • testecho "Error: no test specified" && exit 1
  • version:updatenode ../update-npm-package.mjs