PkgRadar

Package evidence

@hungpg/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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
9
First published
Mar 2026
Publisher
hungpg

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":["@hungpg/[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":["@hungpg/[email protected]"],"fail_on":"review"}'
Publisherhungpg
Artifact bytes64,619
Previous version0.7.0
Published2026-04-06T04:15:37.053Z
SHA-256e487afb147ed245efbd53d0cd435bd152c253954919a2ba65511a840c43ab1a9

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
8Score
0.8.0Version
Status history (1 event)
  1. newavailable · risk review · score 8 · 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 scripts/postinstall.cjs"5
lowCredential file accesspackage/rules/default-patterns.jsonmatched ".ssh/"3

Manifest

Package metadata

Scripts7
  • buildtsc
  • devtsx src/index.ts
  • postinstallnode scripts/postinstall.cjs
  • security:updatenode dist/index.js --update-db
  • startnode dist/index.js
  • testvitest run
  • test:watchvitest
Dependencies3
  • commander^14.0.3
  • gray-matter^4.0.3
  • semver^7.5.4