PkgRadar

Package evidence

@nalvietnam/[email protected]

Install-time lifecycle script: postinstall="node ./bin/postinstall.js"

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
8,405Niche · −30% score
Versions published
85
First published
May 2026
Publisher
lukenals

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":["@nalvietnam/[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":["@nalvietnam/[email protected]"],"fail_on":"high"}'
Publisherlukenals
Artifact bytes74,377
Previous version1.1.0
Published2026-05-26T04:42:13.156Z
SHA-256cdd34cad6b5df348516d26282c57cf12acc13deb426d98d01a1a7ebbfb1fac9a

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.1.1 vs 1.1.0: "node ./bin/postinstall.js"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.1.1 vs 1.1.0: "node ./bin/postinstall.js"40
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.1.1 vs 1.1.0: "node ./bin/postinstall.js"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./bin/postinstall.js"5
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts10
  • buildtsup
  • devtsup --watch
  • formatbiome format --write src test
  • lintbiome check src test
  • postinstallnode ./bin/postinstall.js
  • prepublishOnlynpm run build && npm run test:all
  • testvitest run --passWithNoTests --exclude 'test/integration/**'
  • test:allnpm run build && vitest run --passWithNoTests
  • test:e2enpm run build && vitest run --passWithNoTests test/integration
  • test:watchvitest --exclude 'test/integration/**'
Dependencies14
  • @inquirer/prompts^8.4.3
  • @napi-rs/keyring^1.1.0
  • boxen^8.0.0
  • chalk^5.3.0
  • cli-highlight^2.1.11
  • cli-table3^0.6.3
  • clipboardy^4.0.0
  • commander^12.0.0
  • diff^5.2.0
  • fast-glob^3.3.2
  • open^10.0.0
  • ora^8.0.0
  • simple-git^3.22.0
  • zod^3.22.4