PkgRadar

Package evidence

@readme/[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
6,497Niche · −30% score
Versions published
125Mature · −50% score
First published
Jan 2018
Publisher
jonursenbach

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":["@readme/[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":["@readme/[email protected]"],"fail_on":"review"}'
Publisherjonursenbach
Artifact bytes400,374
Previous version15.0.0-beta.0
Published2026-04-09T21:37:52.374Z
SHA-25655bfecd4a63d75f8f26eed76be96ed8badda9c1bdcdc06d7b71b03b100362700

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/public/index.jsmatched "curl "12
mediumRemote Payloadpackage/public/index.legacy.jsmatched "curl "12

Manifest

Package metadata

Scripts10
  • buildwebpack --progress && tsc
  • formatprettier --write . && eslint . --fix --ext .js,.jsx,.ts,.tsx
  • linteslint . --ext .js,.jsx,.ts,.tsx
  • prebuildrm -rf dist && rm -rf dist-utils
  • prepacknpm run build
  • pretestnpm run lint && npm run prettier && tsc --noEmit && knip
  • prettierprettier --check .
  • startwebpack serve --open --config ./webpack.config.dev.js
  • testvitest run --coverage
  • watchwebpack -w --progress
Dependencies4
  • codemirror^5.54.0
  • codemirror-graphql1.3.2
  • prop-types^15.7.2
  • react-codemirror2^8.0.0