PkgRadar

Package evidence

@phamvuhoang/[email protected]

Tls Verification Disabled: matched "verify = false"

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
22
First published
Jun 2026
Publisher
phamvuhoang

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":["@phamvuhoang/[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":["@phamvuhoang/[email protected]"],"fail_on":"review"}'
Publisherphamvuhoang
Artifact bytes279,218
Previous version0.18.0
Published2026-06-20T12:42:19.766Z
SHA-2562b5cc61576c16a9ec427085cffa685ad280e6acee301a7bdcbae74c797337e58

Why flagged

What the scanner saw

Tls Verification Disabled: matched "verify = false"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumTls Verification Disabledpackage/dist/cli-help.jsmatched "verify = false"12

Manifest

Package metadata

Scripts5
  • buildtsc -p tsconfig.json
  • cleannode -e "const fs=require('node:fs');fs.rmSync('dist',{recursive:true,force:true});fs.rmSync('tsconfig.tsbuildinfo',{force:true})"
  • prepublishOnlypnpm run clean && pnpm run build
  • testvitest run
  • typechecktsc -p tsconfig.json --noEmit