Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 138 · status changed
Related candidates
Linked campaigns and clusters
pedroth
2 members · evidence strength 60Evidence
Static findings
19 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/node/Lexer.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/web/Lexer.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/node/MathRender.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/web/MathRender.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/node/Parser.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/web/Parser.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/node/Render.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/web/Render.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/src/Utils.js | matched "cUrl " | 12 |
Show all 19 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/node/Lexer.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/web/Lexer.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/node/MathRender.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/web/MathRender.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/node/Parser.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/web/Parser.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/node/Render.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/web/Render.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/src/Utils.js | matched "cUrl " | 12 |
| low | Obfuscation | package/dist/node/Lexer.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/web/Lexer.js | matched "Eval(" | 3 |
| low | Obfuscation | package/src/Macro.js | matched "eval(" | 3 |
| low | Obfuscation | package/dist/node/MathRender.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/web/MathRender.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/node/Parser.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/web/Parser.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/node/Render.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/web/Render.js | matched "Eval(" | 3 |
| low | Obfuscation | package/src/Utils.js | matched "Eval(" | 3 |
Manifest
Package metadata
Scripts6
buildbun run clean;bun i;bun bundle.jsbuildDevbun run clean;bun i;bun bundle.js --watchcleanrm -r node_modules; rm -r distpubnpm version patch; bun run build; npm publish; git push origin $(git describe --tags `git rev-list --tags --max-count=1`)servebunx http-servertestbun test