PkgRadar

Package evidence

[email protected]

Remote Payload: matched "cUrl "

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherdailer
Artifact bytes2,938,159
Previous version1.0.2
Published2026-05-22T07:09:14.191Z
SHA-25649a058423292df290f2ffbe6857e19d2e2677ed199869d35a8aa196595837079

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

high
Last checked
highRisk
64Score
1.0.3Version
Status history (1 event)
  1. newavailable · risk high · score 64 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

dailer

2 members · evidence strength 56

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.cjsmatched "cUrl "12
mediumObfuscation Densitypackage/dist/index.cjshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/index.mjsmatched "cUrl "12
mediumObfuscation Densitypackage/dist/index.mjshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/index.js16107446 bytes10
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.cjsmatched "cUrl "12
mediumObfuscation Densitypackage/dist/index.cjshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/index.mjsmatched "cUrl "12
mediumObfuscation Densitypackage/dist/index.mjshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/index.js16107446 bytes10
lowObfuscationpackage/dist/index.cjsmatched "\\u4EEA"3
lowObfuscationpackage/dist/index.mjsmatched "\\u4EEA"3

Manifest

Package metadata

Scripts8
  • buildpnpm run generate:embedded-assets && tsup src/index.ts --format esm --dts
  • cleanif (Test-Path dist) { Remove-Item -Recurse -Force dist }
  • generate:embedded-assetsnode ./scripts/generate-embedded-assets.mjs
  • prepackpnpm run build
  • prepublishOnlypnpm run typecheck && pnpm run build
  • publish:npmnpm publish --access public
  • startts-node src/index.ts
  • typecheckpnpm run generate:embedded-assets && tsc --noEmit
Dependencies2
  • jsdom^24.0.0
  • lodash-es^4.18.1