PkgRadar

Package evidence

@h-ai/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
320
Versions published
12
First published
Apr 2026
Publisher
gudaoxuri

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":["@h-ai/[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":["@h-ai/[email protected]"],"fail_on":"review"}'
Publishergudaoxuri
Artifact bytes478,882
Previous version0.1.0-alpha.18
Published2026-05-28T14:06:48.942Z
SHA-2561040d1ad507e802c1bf728528bf7a9504ac8a2ef1eef28847159f54bb45f041f

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

review
Last checked
reviewRisk
24Score
0.1.0-alpha.19Version
Status history (1 event)
  1. newavailable · risk review · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/src-N4NPS7AG.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts10
  • buildtsup
  • cleanrimraf dist .turbo
  • devtsup --watch
  • linteslint .
  • lint:fixeslint . --fix
  • testvitest run
  • test:coveragevitest run --coverage
  • test:scaffold-gatespnpm build && node tests/run-scaffold-gates.mjs
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies8
  • @h-ai/core0.1.0-alpha.19
  • cac^7.0.0
  • chalk^5.4.1
  • fs-extra^11.2.0
  • handlebars^4.7.8
  • ora^9.1.0
  • prompts^2.4.2
  • yaml^2.7.0