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.

Weekly downloads
178
Versions published
112Mature · −50% score
First published
Dec 2021
Publisher
hillliu

Effective trust discount applied: 50% (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"}'
Publisherhillliu
Artifact bytes278,634
Previous version0.19.4
Published2026-05-10T22:17:12.378Z
SHA-256f3304f5820cfcee6864e159f4d71e95fab3b9fa44c8994430d75f5bd65d27be6

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/generators/docker/templates/compile.shmatched "curl "12
Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/generators/docker/templates/compile.shmatched "curl "12
lowObfuscation Densitypackage/generators/app/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/babel-package-json/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/bun-package-json/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/bun/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/compile-sh/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/docker/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/generator/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/gitlab-docker/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/hono/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/npm/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/package-json/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/generators/update-esm-export/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts7
  • buildnpm run build:clean && npm run build:src && npm run build:templates && npm run build:types
  • build:cleanfind ./generators -name '*.*' | xargs rm -rf
  • build:srcbun build src/**/index.ts --outdir generators --root src --target node --format cjs --external parse-ini-string --external yeoman-generator
  • build:templatesfor d in src/*/templates; do cp -r "$d" "generators/$(basename $(dirname $d))/"; done
  • build:typesbun tsc -p ./
  • prepublishOnlynpm t
  • testnpm run build && bun test --timeout 5000 ./src 2>&1 | tee /tmp/bun-test.txt; ! grep -q '(fail)' /tmp/bun-test.txt
Dependencies1
  • yo-reshow^0.19.17