PkgRadar

Package evidence

@quangnv13/[email protected]

Install-time lifecycle script: preinstall="node scripts/preinstall.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.

Versions published
12
First published
Jun 2026
Publisher
quangnv1311

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":["@quangnv13/[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":["@quangnv13/[email protected]"],"fail_on":"high"}'
Publisherquangnv1311
Artifact bytes1,370,767
Previous version1.0.11
Published2026-06-06T11:29:40.907Z
SHA-2564353e304dd88875f82240757fd0a7f9793014c3530e810a5831feb558855e13c

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: preinstall added in 1.0.12 vs 1.0.11: "node scripts/preinstall.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.0.12Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 1.0.12 vs 1.0.11: "node scripts/preinstall.js"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 1.0.12 vs 1.0.11: "node scripts/preinstall.js"40
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/preinstall.js"5

Manifest

Package metadata

Scripts5
  • buildtsc -p tsconfig.json
  • devtsx watch src/index.ts
  • preinstallnode scripts/preinstall.js
  • startnode dist/index.js
  • testnode --import tsx --test src/*.test.ts
Dependencies6
  • boxen^5.1.2
  • chalk^4.1.2
  • dotenv^16.4.5
  • grammy^1.22.4
  • node-pty^1.0.0
  • picocolors^1.1.1