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
15
First published
Jun 2026
Publisher
quangnv1311

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":["@quangnv13/[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":["@quangnv13/[email protected]"],"fail_on":"review"}'
Publisherquangnv1311
Artifact bytes1,379,532
Previous version1.0.14
Published2026-06-06T16:55:42.463Z
SHA-256cfd17214fff00875a211cb2068c68c336af1167c37f9b636bee6d8d9ad2a01d8

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node scripts/preinstall.js"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/preinstall.js"5

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.json
  • devtsx watch src/index.ts
  • preinstallnode scripts/preinstall.js
  • preuninstallnode 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