PkgRadar

Package evidence

[email protected]

Remote Payload: matched "wget "

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
35
Versions published
15
First published
Feb 2026
Publisher
chinakr

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"}'
Publisherchinakr
Artifact bytes3,203,386
Previous version1.0.20
Published2026-05-27T11:34:29.929Z
SHA-2560ed4b2e29548b9a36b878a4233de3c1d2a1df350784c6cbda47fee93f0cd39fd

Why flagged

What the scanner saw

Remote Payload: matched "wget "

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/deploy/node_install.shmatched "wget "12

Manifest

Package metadata

Scripts9
  • buildnpm run build:client && npm run build:server
  • build:clientvite build
  • build:servertsc -p tsconfig.server.json
  • checktsc --noEmit
  • client:devvite
  • devexport PORT=$(node scripts/get-random-port.js) && export CLIENT_PORT=$(node scripts/get-random-port.js) && echo "Starting Backend on $PORT, Frontend on $CLIENT_PORT" && concurrently "npm run client:dev" "npm run server:dev"
  • linteslint .
  • previewvite preview
  • server:devPORT=${PORT:-3002} nodemon
Dependencies21
  • @dnd-kit/core^6.3.1
  • @dnd-kit/sortable^10.0.0
  • @dnd-kit/utilities^3.2.2
  • clsx^2.1.1
  • commander^14.0.3
  • cors^2.8.5
  • dotenv^17.2.1
  • express^4.21.2
  • i18next^25.8.8
  • i18next-browser-languagedetector^8.2.1
  • konva^9.3.16
  • lucide-react^0.511.0
  • open^11.0.0
  • react^18.3.1
  • react-dom^18.3.1
  • react-i18next^16.5.4
  • react-konva^18.2.10
  • react-router-dom^7.3.0
  • tailwind-merge^3.0.2
  • use-image^1.1.4
  • zustand^5.0.3