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"}'
Publisheryyuunn922
Artifact bytes425,177
Previous version3.21.0
Published2026-05-24T10:50:47.009Z
SHA-2565a3b69542dfa86fac41a2be831ce1ecf1680a5b15e79964cb46bd200575c79fa

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

yyuunn922

2 members · evidence strength 63

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "curl "12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/connect-base.umd.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/index.jsmatched "cUrl "12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/index.mjsmatched "cUrl "12
mediumObfuscation Densitypackage/dist/index.mjshigh encoded/escaped-token density12
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "curl "12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/connect-base.umd.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/index.jsmatched "cUrl "12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/index.mjsmatched "cUrl "12
mediumObfuscation Densitypackage/dist/index.mjshigh encoded/escaped-token density12
lowObfuscationpackage/dist/cli.jsmatched "\\u26A0"3
lowObfuscationpackage/dist/connect-base.umd.jsmatched "atob("3
lowObfuscationpackage/dist/index.jsmatched "atob("3
lowObfuscationpackage/dist/index.mjsmatched "atob("3

Manifest

Package metadata

Scripts6
  • buildtsup
  • devtsup --watch
  • releasepnpm build && npm publish --access public
  • testvitest run
  • test:typestsc --noEmit -p test/tsconfig.json
  • typechecktsc --noEmit