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
4,171Niche · −30% score
Versions published
451Mature · −50% score
First published
Jun 2025
Publisher
robertosouza12

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"}'
Artifact bytes21,226,618
Previous version1.4.66
Published2026-06-10T19:28:43.389Z
SHA-2564ddb1bb0b780d7b49e7fb0a7ee773f4c90f4497559c937b01eef43414ad64f0e

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/ActivityDetails/index.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/ActivityDetails/index.mjsmatched "cUrl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/ActivityDetails/index.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/ActivityDetails/index.mjsmatched "cUrl "12
lowLarge Javascript Payloadpackage/dist/index.js3083812 bytes0
lowLarge Javascript Payloadpackage/dist/index.mjs2912818 bytes0

Manifest

Package metadata

Scripts17
  • add:exportsnode scripts/add-exports.mjs
  • buildtsup
  • build:cleanrm -rf dist && tsup && npm run build:types
  • build:typestsc -p tsconfig.build.json && node scripts/fix-dts-paths.mjs
  • ladleladle serve
  • ladle:buildladle build
  • lintnpx eslint "{src,app}/**/*.{js,jsx,ts,tsx}" --fix
  • postpacknpm run remove:exports
  • prepacknpm run add:exports && npm run build:clean
  • preparehusky install
  • publish:drynpm run prepack && npm publish --dry-run && npm run postpack
  • remove:exportsnode scripts/remove-exports.mjs
  • testjest --coverage
  • test:coveragejest --coverage
  • test:sonarSONAR_REPORTER=true jest --coverage
  • test:watchjest --watch
  • typechecknpx tsc --noEmit
Dependencies18
  • clsx^2.1.1
  • dayjs^1.11.21
  • dompurify^3.4.7
  • html-react-parser6.1.2
  • katex^0.16.0
  • phosphor-react^1.4.1
  • prop-types^15.8.1
  • qrcode^1.5.4
  • react^19.2.6
  • react-dom^19.2.6
  • react-markdown^10.1.0
  • react-to-print^3.3.0
  • rehype-katex^7.0.0
  • remark-gfm^4.0.1
  • remark-math^6.0.0
  • tailwind-merge^3.6.0
  • xlsx^0.18.5
  • zustand^5.0.14