PkgRadar

Package evidence

[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
2
First published
Jun 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes117,026
Previous version0.1.0
Published2026-06-11T17:05:22.298Z
SHA-25678422686dab1862f0ae274bc10d4157b425eeddfb28badbbe0a9a6386a6c3c16

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
7Score
0.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/entrypoint.shmatched "curl "12
mediumRemote Payloadpackage/hclaw.shmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/entrypoint.shmatched "curl "12
mediumRemote Payloadpackage/hclaw.shmatched "curl "12
lowObfuscation Densitypackage/space/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts9
  • buildnpm run build:state-sync && npm run build:hclaw
  • build:hclawesbuild src/hclaw/cli.ts --bundle --platform=node --target=node22 --format=esm --outfile=dist/hclaw.mjs --banner:js="import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);"
  • build:probeesbuild scripts/parity-probe.ts --bundle --platform=node --target=node22 --format=esm --outfile=dist/parity-probe.mjs --banner:js="import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);"
  • build:state-syncesbuild src/hf-state-sync/cli.ts --bundle --platform=node --target=node22 --format=esm --outfile=dist/hf-state-sync.js --banner:js="import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);"
  • check:secretsnode scripts/check-secrets.mjs
  • pack:checknode scripts/check-package.mjs
  • prepacknpm run build
  • testvitest run
  • typechecktsc --noEmit
Dependencies3
  • @huggingface/splitmix64-wasm^0.0.1
  • @huggingface/xetchunk-wasm^0.0.6
  • zod^3.24.0