PkgRadar

Package evidence

@haohui666/[email protected]

Remote Payload: matched "curl "

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
13
First published
May 2026
Publisher
haohui666

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":["@haohui666/[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":["@haohui666/[email protected]"],"fail_on":"review"}'
Publisherhaohui666
Artifact bytes80,547
Previous version0.2.21
Published2026-05-26T21:57:59.175Z
SHA-256879a2af9d6f54e52fba40f9c5a3e7a5e6347db4c0077c3a0a8318bc41b57501b

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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.2.22Version
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
mediumRemote Payloadpackage/scripts/check-gateway.shmatched "curl "12

Manifest

Package metadata

Scripts7
  • doctornode bin/expool-plugin.js doctor
  • gateway:checkbash scripts/check-gateway.sh
  • pack:drynpm pack --dry-run
  • publish:npmbash scripts/publish-npm.sh
  • release:artifactbash scripts/make-release-artifacts.sh
  • release:checkbash scripts/release-check.sh
  • test:syntaxnode --check bin/expool-plugin.js && bash -n plugins/expool/scripts/register-mcp.sh && bash -n plugins/expool/scripts/auto-upload.sh && bash -n plugins/expool/scripts/auto-search.sh && bash -n scripts/release-check.sh && bash -n scripts/publish-npm.sh && bash -n scripts/check-gateway.sh && bash -n scripts/make-release-artifacts.sh && python3 -m py_compile plugins/expool/servers/expool_mcp.py plugins/expool/vendor/exp_uploader.py