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
1,922Niche · −30% score
Versions published
99
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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisherlukenals
Artifact bytes256,014
Previous version3.9.0
Published2026-06-13T02:09:19.124Z
SHA-25636aefc7cc7624709d1fde50d1469c55ce1c47fa1883fe8bc1b537ba00e396cc7

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
3.10.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./bin/postinstall.js"5
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts11
  • buildtsup
  • devtsup --watch
  • formatbiome format --write src test
  • lintbiome check src test
  • postinstallnode ./bin/postinstall.js
  • prepublishOnlynpm run lint && npm run typecheck && npm 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/**'
  • typechecktsc --noEmit
Dependencies14
  • @inquirer/prompts^8.5.2
  • @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^5.3.1
  • commander^15.0.0
  • diff^9.0.0
  • fast-glob^3.3.2
  • open^11.0.0
  • ora^9.4.0
  • simple-git^3.22.0
  • zod^4.4.3