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
92
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 bytes249,379
Previous version3.5.0-beta.8
Published2026-06-11T09:05:25.536Z
SHA-256fb47b2d6aa2eaf4e82779917cba1a736a99250ac12819b4f24805eeed32962a7

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.5.0-beta.9Version
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 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.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