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"}'
Publisherpedroth
Artifact bytes3,205,691
Previous version4.1.3
Published2026-05-20T22:36:01.233Z
SHA-256232f50d399bc99b3bdc8da6aba37d01e9469f5f4e4484ea2f6ecd2b0c17e76c9

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

pedroth

2 members · evidence strength 60

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/node/Lexer.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/web/Lexer.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/node/MathRender.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/web/MathRender.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/node/Parser.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/web/Parser.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/node/Render.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/web/Render.jsmatched "cUrl "12
mediumRemote Payloadpackage/src/Utils.jsmatched "cUrl "12
Show all 19 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/node/Lexer.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/web/Lexer.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/node/MathRender.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/web/MathRender.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/node/Parser.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/web/Parser.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/node/Render.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/web/Render.jsmatched "cUrl "12
mediumRemote Payloadpackage/src/Utils.jsmatched "cUrl "12
lowObfuscationpackage/dist/node/Lexer.jsmatched "Eval("3
lowObfuscationpackage/dist/web/Lexer.jsmatched "Eval("3
lowObfuscationpackage/src/Macro.jsmatched "eval("3
lowObfuscationpackage/dist/node/MathRender.jsmatched "Eval("3
lowObfuscationpackage/dist/web/MathRender.jsmatched "Eval("3
lowObfuscationpackage/dist/node/Parser.jsmatched "Eval("3
lowObfuscationpackage/dist/web/Parser.jsmatched "Eval("3
lowObfuscationpackage/dist/node/Render.jsmatched "Eval("3
lowObfuscationpackage/dist/web/Render.jsmatched "Eval("3
lowObfuscationpackage/src/Utils.jsmatched "Eval("3

Manifest

Package metadata

Scripts6
  • buildbun run clean;bun i;bun bundle.js
  • buildDevbun run clean;bun i;bun bundle.js --watch
  • cleanrm -r node_modules; rm -r dist
  • pubnpm version patch; bun run build; npm publish; git push origin $(git describe --tags `git rev-list --tags --max-count=1`)
  • servebunx http-server
  • testbun test